mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
fed7e85791
commit
3318792e5f
2 changed files with 24 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue