Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4670b3a2
Commit
4670b3a2
authored
Jul 29, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whew -- I *think* this completes folding in all the new-in-8.1 stuff.
Still need to test it in pathological scenarios.
parent
4e9a00e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
50 deletions
+42
-50
PCbuild/python20.wse
PCbuild/python20.wse
+42
-50
No files found.
PCbuild/python20.wse
View file @
4670b3a2
...
...
@@ -237,6 +237,9 @@ item: Remark
end
item: Remark
end
item: Remark
Text=March thru the user GUI.
end
item: Remark
Text=COMPONENTS values:
end
...
...
@@ -790,14 +793,14 @@ end
item: Include Script
Pathname=%_WISE_%\INCLUDE\uninstal.wse
end
item: Remark
Text=Note from Tim: these seeming no-ops actually convert to short filenames.
end
item: Set Variable
Variable=COMMON
Value=%COMMON%
Flags=00010100
end
item: Remark
Text=Note from Tim: this seeming no-op on MAINDIR actually converts it to a short filename.
end
item: Set Variable
Variable=MAINDIR
Value=%MAINDIR%
...
...
@@ -875,6 +878,12 @@ item: Set Variable
end
item: Else Statement
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
end
item: Remark
...
...
@@ -882,6 +891,11 @@ item: Remark
end
item: Remark
end
item: Remark
Text=Long section to install files.
end
item: Remark
end
item: Set Variable
Variable=DLLDEST
Value=%SYS32%
...
...
@@ -1654,31 +1668,33 @@ end
item: Remark
end
item: Remark
Text=Populate Start Menu
end
item: Get Registry Key Value
Variable=GROUPDIR
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Value Name=Common Programs
Flags=00000100
end
item: If/While Statement
Variable=GROUPDIR
end
item: Get Registry Key Value
Variable=GROUPDIR
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Default=%WIN%\Start Menu\Programs
Value Name=Programs
Flags=00000010
Text=Well, *this* is cryptic! It's setting up the app publisher and URL entries for Win2K add/remove.
end
item: End Block
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: Set Variable
Variable=GROUP
Value=%GROUPDIR%\%GROUP%
item: Remark
end
item: Remark
Text=Populate Start Menu
end
item: If/While Statement
Variable=COMPONENTS
...
...
@@ -1734,6 +1750,8 @@ item: End Block
end
item: End Block
end
item: Remark
end
item: Create Shortcut
Source=%MAINDIR%\unwise.exe
Destination=%GROUP%\Uninstall Python.lnk
...
...
@@ -1743,32 +1761,6 @@ item: Create Shortcut
end
item: Remark
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
Text=I don't think we need this, but have always done it.
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment