@@ -55,7 +55,7 @@ item: Check Configuration
5555end
5656item: Set Variable
5757 Variable=APPTITLE
58- Value=Python 1.5.2a1
58+ Value=Python 1.5.2a2
5959end
6060item: Set Variable
6161 Variable=GROUP
@@ -728,7 +728,7 @@ item: Install File
728728end
729729item: Install File
730730 Source=%_SRC_%\..\zlibvc104dll\zlib.dll
731- Destination=%SYS32% \zlib.dll
731+ Destination=%MAINDIR%\DLLs \zlib.dll
732732 Flags=0000000000000010
733733end
734734item: Install File
@@ -829,11 +829,41 @@ item: Install File
829829 Flags=0000000000000010
830830end
831831item: Install File
832- Source=%_SRC_%\Tools\scripts\Readme
833- Destination=%MAINDIR%\Tools\Scripts\Readme
832+ Source=%_SRC_%\Tools\scripts\README
833+ Destination=%MAINDIR%\Tools\Scripts\README.txt
834834 Description=Utility Scripts
835835 Flags=0000000000000010
836836end
837+ item: Install File
838+ Source=%_SRC_%\Tools\freeze\*.*
839+ Destination=%MAINDIR%\Tools\freeze
840+ Description=Freeze tool
841+ Flags=0000000000000010
842+ end
843+ item: Install File
844+ Source=%_SRC_%\Tools\webchecker\*.py
845+ Destination=%MAINDIR%\Tools\webchecker
846+ Description=Web checker tool
847+ Flags=0000000000000010
848+ end
849+ item: Install File
850+ Source=%_SRC_%\Tools\webchecker\README
851+ Destination=%MAINDIR%\Tools\webchecker\README.txt
852+ Description=Web checker tool
853+ Flags=0000000000000010
854+ end
855+ item: Install File
856+ Source=%_SRC_%\Tools\versioncheck\*.py
857+ Destination=%MAINDIR%\Tools\versioncheck
858+ Description=Version checker tool
859+ Flags=0000000000000010
860+ end
861+ item: Install File
862+ Source=%_SRC_%\Tools\versioncheck\README
863+ Destination=%MAINDIR%\Tools\versioncheck\README.txt
864+ Description=Version checker tool
865+ Flags=0000000000000010
866+ end
837867item: End Block
838868end
839869item: If/While Statement
@@ -933,6 +963,11 @@ item: Edit Registry
933963 Key=.py
934964 New Value=Python.File
935965end
966+ item: Edit Registry
967+ Key=.py
968+ New Value=text/plain
969+ Value Name=Content Type
970+ end
936971item: Edit Registry
937972 Key=Python.File
938973 New Value=Python File
@@ -949,6 +984,11 @@ item: Edit Registry
949984 Key=.pyw
950985 New Value=Python.NoConFile
951986end
987+ item: Edit Registry
988+ Key=.pyw
989+ New Value=text/plain
990+ Value Name=Content Type
991+ end
952992item: Edit Registry
953993 Key=Python.NoConFile
954994 New Value=Python File (no console)
@@ -965,6 +1005,10 @@ item: Edit Registry
9651005 Key=.pyc
9661006 New Value=Python.CompiledFile
9671007end
1008+ item: Edit Registry
1009+ Key=.pyo
1010+ New Value=Python.CompiledFile
1011+ end
9681012item: Edit Registry
9691013 Key=Python.CompiledFile
9701014 New Value=Compiled Python File
0 commit comments