]> granicus.if.org Git - python/commit
New runtime vrbl DOADMIN. When false, we never try to write under HKLM,
authorTim Peters <tim.peters@gmail.com>
Sun, 5 Aug 2001 04:12:30 +0000 (04:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 5 Aug 2001 04:12:30 +0000 (04:12 +0000)
commit67b9adaa87f834dd68bd12df04225a96ff17e1b2
tree4c30b600e685ce9db7786958c6173121989a4c6d
parent4de219d511defbf191dcd9eba36cabcddf800b44
New runtime vrbl DOADMIN.  When false, we never try to write under HKLM,
and install the Python and MS runtime DLLs into the Python dir instead of
a system dir.
Initial value is taken from new compiler vrbl _DOADMIN_ (default true),
and forced to false if the user doesn't have admin privs.
This makes it possible to *test* non-admin installs on machines where the
distinction doesn't exist (like my home box), via just changing _DOADMIN_.
It may also be useful for users who don't *want* an installer to
scribble into their system dir (for example, me(! most days)), but that
would require adding more GUI to let them get at it.
PCbuild/Uninstal.wse
PCbuild/python20.wse