From 8a5e43973f70a046b540d68a461cef7ae9c7a89e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 8 Apr 2002 18:37:13 +0000 Subject: SF bug 497854: Short-cuts missing for All Users. Fixing a Windows-specific installer glitch. --- Misc/NEWS | 7 ++++++- PCbuild/python20.wse | 27 ++++++++++++++++++--------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index e7106fa..f9d8ee2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,5 +1,5 @@ What's New in Python 2.1.3? -Release date: 09-April-2002 +Release date: 08-April-2002 =========================== Core @@ -25,6 +25,11 @@ Library hole was quickly plugged in zlib-1.1.4, and the Windows build of Python now ships with zlib-1.1.4. +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.1.2 (final)? =================================== diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 6368f80..3b477e2 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,30 @@ 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 + Flags=00000010 +end +item: If/While Statement + 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 item: End Block end -- cgit v0.12