diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-04 20:02:04 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-04 20:02:04 (GMT) |
commit | 3318792e5f752745eb93e5cc2d477f07bfcf3b1b (patch) | |
tree | 57c88ae84c864a60b0f8f63b2e4ef84b68856e9b /PCbuild | |
parent | fed7e8579146be36ae7d87c177f27147d2f8e352 (diff) | |
download | cpython-3318792e5f752745eb93e5cc2d477f07bfcf3b1b.zip cpython-3318792e5f752745eb93e5cc2d477f07bfcf3b1b.tar.gz cpython-3318792e5f752745eb93e5cc2d477f07bfcf3b1b.tar.bz2 |
SF bug 497854: Short-cuts missing for All Users
Fix Windows-specific install glitch. Tested on Win2K, but I can't test
on XP.
Already checked in to the release22-maint branch.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 721e4e6..230bce4 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 |