Whew -- I *think* this completes folding in all the new-in-8.1 stuff.
Still need to test it in pathological scenarios.
This commit is contained in:
parent
4e9a00e3c2
commit
4670b3a2ee
|
@ -237,6 +237,9 @@ item: Remark
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=March thru the user GUI.
|
||||||
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
Text=COMPONENTS values:
|
Text=COMPONENTS values:
|
||||||
end
|
end
|
||||||
|
@ -790,14 +793,14 @@ end
|
||||||
item: Include Script
|
item: Include Script
|
||||||
Pathname=%_WISE_%\INCLUDE\uninstal.wse
|
Pathname=%_WISE_%\INCLUDE\uninstal.wse
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=Note from Tim: these seeming no-ops actually convert to short filenames.
|
||||||
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=COMMON
|
Variable=COMMON
|
||||||
Value=%COMMON%
|
Value=%COMMON%
|
||||||
Flags=00010100
|
Flags=00010100
|
||||||
end
|
end
|
||||||
item: Remark
|
|
||||||
Text=Note from Tim: this seeming no-op on MAINDIR actually converts it to a short filename.
|
|
||||||
end
|
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=MAINDIR
|
Variable=MAINDIR
|
||||||
Value=%MAINDIR%
|
Value=%MAINDIR%
|
||||||
|
@ -875,6 +878,12 @@ item: Set Variable
|
||||||
end
|
end
|
||||||
item: Else Statement
|
item: Else Statement
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=Note from Tim: the Wizard left this block empty!
|
||||||
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=Perhaps it's only relevant on Windows 3.1.
|
||||||
|
end
|
||||||
item: End Block
|
item: End Block
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
|
@ -882,6 +891,11 @@ item: Remark
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=Long section to install files.
|
||||||
|
end
|
||||||
|
item: Remark
|
||||||
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=DLLDEST
|
Variable=DLLDEST
|
||||||
Value=%SYS32%
|
Value=%SYS32%
|
||||||
|
@ -1654,32 +1668,34 @@ end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
Text=Populate Start Menu
|
Text=Well, *this* is cryptic! It's setting up the app publisher and URL entries for Win2K add/remove.
|
||||||
end
|
end
|
||||||
item: Get Registry Key Value
|
item: Edit Registry
|
||||||
Variable=GROUPDIR
|
Total Keys=3
|
||||||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
item: Key
|
||||||
Value Name=Common Programs
|
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
||||||
Flags=00000100
|
New Value=http://www.python.org/
|
||||||
end
|
Value Name=HelpLink
|
||||||
item: If/While Statement
|
Root=2
|
||||||
Variable=GROUPDIR
|
end
|
||||||
end
|
item: Key
|
||||||
item: Get Registry Key Value
|
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
||||||
Variable=GROUPDIR
|
New Value=PythonLabs at Zope Corporation
|
||||||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
Value Name=Publisher
|
||||||
Default=%WIN%\Start Menu\Programs
|
Root=2
|
||||||
Value Name=Programs
|
end
|
||||||
Flags=00000010
|
item: Key
|
||||||
end
|
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
||||||
item: End Block
|
New Value=http://www.python.org/
|
||||||
end
|
Value Name=URLInfoAbout
|
||||||
item: Set Variable
|
Root=2
|
||||||
Variable=GROUP
|
end
|
||||||
Value=%GROUPDIR%\%GROUP%
|
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
Text=Populate Start Menu
|
||||||
|
end
|
||||||
item: If/While Statement
|
item: If/While Statement
|
||||||
Variable=COMPONENTS
|
Variable=COMPONENTS
|
||||||
Value=B
|
Value=B
|
||||||
|
@ -1734,6 +1750,8 @@ item: End Block
|
||||||
end
|
end
|
||||||
item: End Block
|
item: End Block
|
||||||
end
|
end
|
||||||
|
item: Remark
|
||||||
|
end
|
||||||
item: Create Shortcut
|
item: Create Shortcut
|
||||||
Source=%MAINDIR%\unwise.exe
|
Source=%MAINDIR%\unwise.exe
|
||||||
Destination=%GROUP%\Uninstall Python.lnk
|
Destination=%GROUP%\Uninstall Python.lnk
|
||||||
|
@ -1743,32 +1761,6 @@ item: Create Shortcut
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
item: Remark
|
|
||||||
Text=Well, *this* is cryptic! It's setting up the app publisher and URL entries for Win2K add/remove.
|
|
||||||
end
|
|
||||||
item: Edit Registry
|
|
||||||
Total Keys=3
|
|
||||||
item: Key
|
|
||||||
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
|
||||||
New Value=http://www.python.org/
|
|
||||||
Value Name=HelpLink
|
|
||||||
Root=2
|
|
||||||
end
|
|
||||||
item: Key
|
|
||||||
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
|
||||||
New Value=PythonLabs at Zope Corporation
|
|
||||||
Value Name=Publisher
|
|
||||||
Root=2
|
|
||||||
end
|
|
||||||
item: Key
|
|
||||||
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
|
|
||||||
New Value=http://www.python.org/
|
|
||||||
Value Name=URLInfoAbout
|
|
||||||
Root=2
|
|
||||||
end
|
|
||||||
end
|
|
||||||
item: Remark
|
|
||||||
end
|
|
||||||
item: Remark
|
item: Remark
|
||||||
Text=I don't think we need this, but have always done it.
|
Text=I don't think we need this, but have always done it.
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue