Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6804b7a

Browse files
committed
Release 1.5.2c1. Add IDLE and Uninstall to program group.
Don't distribute zlib.dll. Tweak some comments.
1 parent fd498bd commit 6804b7a

1 file changed

Lines changed: 40 additions & 15 deletions

File tree

PCbuild/python15.wse

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=5.0
4-
Title=Python 1.5.2b2
4+
Title=Python 1.5.2c1
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -53,7 +53,7 @@ item: Check Configuration
5353
end
5454
item: Set Variable
5555
Variable=APPTITLE
56-
Value=Python 1.5.2b2
56+
Value=Python 1.5.2c1
5757
end
5858
item: Set Variable
5959
Variable=GROUP
@@ -674,11 +674,6 @@ item: Install File
674674
Destination=%MAINDIR%\DLLs\zlib.pyd
675675
Flags=0000000000000010
676676
end
677-
item: Install File
678-
Source=%_SRC_%\..\zlibvc104dll\zlib.dll
679-
Destination=%MAINDIR%\DLLs\zlib.dll
680-
Flags=0000000000000010
681-
end
682677
item: Install File
683678
Source=%_SRC_%\pcbuild\bsddb.pyd
684679
Destination=%MAINDIR%\DLLs\bsddb.pyd
@@ -764,6 +759,9 @@ item: If/While Statement
764759
Value=A
765760
Flags=00001010
766761
end
762+
item: Add Text to INSTALL.LOG
763+
Text=File Tree: %MAINDIR%\Tools\*.*
764+
end
767765
item: Install File
768766
Source=%_SRC_%\Tools\scripts\*.py
769767
Destination=%MAINDIR%\Tools\Scripts
@@ -900,43 +898,49 @@ end
900898
item: Install File
901899
Source=%_DOC_%\index.html
902900
Destination=%MAINDIR%\Doc\index.html
903-
Description=Python Documentation root (HTML)
901+
Description=Python Documentation Root (HTML)
904902
Flags=0000000000000010
905903
end
906904
item: Install File
907905
Source=%_DOC_%\icons\*.*
908906
Destination=%MAINDIR%\Doc\icons
909-
Description=Python Documentation (HTML)
907+
Description=Python Documentation Icons
910908
Flags=0000000000000010
911909
end
912910
item: Install File
913911
Source=%_DOC_%\tut\*.*
914912
Destination=%MAINDIR%\Doc\tut
915-
Description=Python Documentation (HTML)
913+
Description=Python Tutorial (HTML)
916914
Flags=0000000000000010
917915
end
918916
item: Install File
919917
Source=%_DOC_%\lib\*.*
920918
Destination=%MAINDIR%\Doc\lib
921-
Description=Python Documentation (HTML)
919+
Description=Python Library Reference (HTML)
922920
Flags=0000000000000010
923921
end
924922
item: Install File
925923
Source=%_DOC_%\ext\*.*
926924
Destination=%MAINDIR%\Doc\ext
927-
Description=Python Documentation (HTML)
925+
Description=Python Extending and Embedding Manual (HTML)
928926
Flags=0000000000000010
929927
end
930928
item: Install File
931929
Source=%_DOC_%\api\*.*
932930
Destination=%MAINDIR%\Doc\api
933-
Description=Python Documentation (HTML)
931+
Description=Python/C API Reference (HTML)
934932
Flags=0000000000000010
935933
end
936934
item: Install File
937935
Source=%_DOC_%\ref\*.*
938936
Destination=%MAINDIR%\Doc\ref
939-
Description=Python Documentation (HTML)
937+
Description=Python Language Reference (HTML)
938+
Flags=0000000000000010
939+
end
940+
item: Install File
941+
Source=%_DOC_%\doc\*.*
942+
Destination=%MAINDIR%\Doc\doc
943+
Description=Python Meta-Documentation (HTML)
940944
Flags=0000000000000010
941945
end
942946
item: End Block
@@ -1160,7 +1164,7 @@ item: Set Variable
11601164
end
11611165
item: Create Shortcut
11621166
Source=%MAINDIR%\python.exe
1163-
Destination=%GROUP%\python.lnk
1167+
Destination=%GROUP%\Python (command line).lnk
11641168
Working Directory=%MAINDIR%
11651169
Icon Pathname=%MAINDIR%\pycon.ico
11661170
Key Type=1536
@@ -1180,6 +1184,27 @@ item: Create Shortcut
11801184
end
11811185
item: End Block
11821186
end
1187+
item: If/While Statement
1188+
Variable=COMPONENTS
1189+
Value=A
1190+
Flags=00001010
1191+
end
1192+
item: Create Shortcut
1193+
Source=%MAINDIR%\Tools\idle\idle.pyw
1194+
Destination=%GROUP%\IDLE (Python GUI).lnk
1195+
Working Directory=%MAINDIR%
1196+
Key Type=1536
1197+
Flags=00000001
1198+
end
1199+
item: End Block
1200+
end
1201+
item: Create Shortcut
1202+
Source=%MAINDIR%\unwise.exe
1203+
Destination=%GROUP%\Uninstall Python.lnk
1204+
Working Directory=%MAINDIR%
1205+
Key Type=1536
1206+
Flags=00000001
1207+
end
11831208
item: Else Statement
11841209
end
11851210
item: Add ProgMan Icon

0 commit comments

Comments
 (0)