From: Tim Peters Date: Thu, 4 Apr 2002 19:29:55 +0000 (+0000) Subject: SF bug 497854: Short-cuts missing for All Users. X-Git-Tag: v2.2.1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f3abd3c251f80c2dcc9093957034d4d357035d9;p=thirdparty%2FPython%2Fcpython.git SF bug 497854: Short-cuts missing for All Users. Fixing a Windows-specific installer glitch. --- diff --git a/Misc/NEWS b/Misc/NEWS index 11f5a3fba080..616d6ec876b3 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 b8ed83a6dc59..f4f05211276b 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