diff options
author | 2002-04-04 19:29:55 +0000 | |
---|---|---|
committer | 2002-04-04 19:29:55 +0000 | |
commit | 4f3abd3c251f80c2dcc9093957034d4d357035d9 (patch) | |
tree | fcfff1bea34f19ca9138fa9001b8187fe4835fc0 | |
parent | Not sure why the regression test missed this, but the PyXML tests caught it. (diff) | |
download | cpython-4f3abd3c251f80c2dcc9093957034d4d357035d9.tar.gz cpython-4f3abd3c251f80c2dcc9093957034d4d357035d9.tar.bz2 cpython-4f3abd3c251f80c2dcc9093957034d4d357035d9.zip |
SF bug 497854: Short-cuts missing for All Users.
Fixing a Windows-specific installer glitch.
-rw-r--r-- | Misc/NEWS | 7 | ||||
-rw-r--r-- | PCbuild/python20.wse | 24 |
2 files changed, 19 insertions, 12 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index 11f5a3fba08..616d6ec876b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,11 @@ Core access to the current frame during destruction of a local variable could access a pointer to freed memory. +Windows + +- The installer now installs Start menu shortcuts under (the local + equivalent of) "All Users" when doing an Admin install. + What's New in Python 2.2.1c2? Release date: 26-Mar-2002 @@ -18,7 +23,7 @@ Release date: 26-Mar-2002 There were a bunch of mostly minor fixes between 2.2.1c1 and 2.2.1c2, including: -- I remembered to run autoconf before cutting the release tarball. +- I remembered to run autoconf before cutting the release tarball. Core and builtins diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index b8ed83a6dc5..f4f05211276 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1512,14 +1512,6 @@ item: Get Registry Key Value Value Name=Common Programs Flags=00000100 end -item: Set Variable - Variable=CGROUP_SAVE - Value=%GROUP% -end -item: Set Variable - Variable=GROUP - Value=%GROUPDIR%\%GROUP% -end item: Else Statement end item: Remark @@ -1556,13 +1548,23 @@ item: End Block end item: Remark end +item: Set Variable + Variable=CGROUP_SAVE + Value=%GROUP% +end item: If/While Statement - Variable=TASKS - Value=B - Flags=00000011 + Variable=DOADMIN + Value=1 end item: Set Variable Variable=GROUP + Value=%CGROUPDIR%\%GROUP% +end +item: Else Statement +end +item: Set Variable + Variable=GROUP + Value=%GROUPDIR%\%GROUP% end item: End Block end |