]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug 497854: Short-cuts missing for All Users.
authorTim Peters <tim.peters@gmail.com>
Thu, 4 Apr 2002 19:29:55 +0000 (19:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 4 Apr 2002 19:29:55 +0000 (19:29 +0000)
Fixing a Windows-specific installer glitch.

Misc/NEWS
PCbuild/python20.wse

index 11f5a3fba080d7082083378f2baadef93f7469b7..616d6ec876b3a792f64c235c2e7111825cd45108 100644 (file)
--- 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
 
index b8ed83a6dc597b5d0c0557f5ba5b68557e7b6a11..f4f05211276bfe5e20b909731f898e3883b5aa1f 100644 (file)
@@ -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