Skip to content

Commit

Permalink
Prep the Windows installer for 2.0 final:
Browse files Browse the repository at this point in the history
+ Bump the build number.
+ Changed app name in installer dialogs.
+ Fiddled dialogs to repair grammar and get rid of anachronisms (e.g.,
  "ProgMan" and "Program Manager" haven't made sense since Windows 3.1!).
  • Loading branch information
tim-one committed Oct 14, 2000
1 parent 89fb035 commit 6869245
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion PCbuild/BUILDno.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ How to change the Windows build number:
+ Click OK.
+ This is not enough to convince MSDev to recompile getbuildinfo.c,
so force that and relink.
+ Verify that the new build number shows up in both release and debug
+ Verify that the new build number shows up in both release and debug
builds.


Windows Python BUILD numbers
----------------------------
8 2.0 (final)
14-Oct-2000
7 2.0c1
07-Oct-2000
6 2.0b2
Expand Down
4 changes: 2 additions & 2 deletions PCbuild/python20.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions PCbuild/python20.wse
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Document Type: WSE
item: Global
Version=5.0
Title=Python 2.0 Release Candidate 1
Title=Python 2.0
Flags=00010100
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Japanese Font Name=MS Gothic
Expand Down Expand Up @@ -64,7 +64,7 @@ item: End Block
end
item: Set Variable
Variable=APPTITLE
Value=Python 2.0 Release Candidate 1
Value=Python 2.0
end
item: Set Variable
Variable=GROUP
Expand Down Expand Up @@ -510,7 +510,7 @@ item: Custom Dialog Set
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Select ProgMan Group
Text=Select Start Menu Group
Text French=S�lectionner le groupe du Gestionnaire de programme
Text German=Bestimmung der Programm-Managergruppe
Text Spanish=Seleccione grupo del Administrador de programas
Expand All @@ -519,7 +519,7 @@ item: Custom Dialog Set
item: Static
Rectangle=86 44 256 68
Create Flags=01010000000000000000000000000000
Text=Enter the name of the Program Manager group to add %APPTITLE% icons to:
Text=Enter the name of the Start Menu program group to which to add the %APPTITLE% icons:
Text French=Entrez le nom du groupe du Gestionnaire de programme dans lequel vous souhaitez ajouter les ic�nes de %APPTITLE% :
Text German=Geben Sie den Namen der Programmgruppe ein, der das Symbol %APPTITLE% hinzugef�gt werden soll:
Text Spanish=Escriba el nombre del grupo del Administrador de programas en el que desea agregar los iconos de %APPTITLE%:
Expand Down Expand Up @@ -605,7 +605,7 @@ item: Custom Dialog Set
Create Flags=01010000000000000000000000000000
Text=You are now ready to install %APPTITLE%.
Text=
Text=Press the Next button to begin the installation or the Back button to reenter the installation information.
Text=Click the Next button to begin the installation, or the Back button to change choices made previously.
Text French=Vous �tes maintenant pr�t � installer les fichiers %APPTITLE%.
Text French=
Text French=Cliquez sur le bouton Suite pour commencer l'installation ou sur le bouton Retour pour entrer les informations d'installation � nouveau.
Expand Down Expand Up @@ -1072,11 +1072,13 @@ end
item: Install File
Source=%_SRC_%\Lib\test\*.xml
Destination=%MAINDIR%\Lib\test
Description=Python Test files
Flags=0000000000000010
end
item: Install File
Source=%_SRC_%\Lib\test\*.out
Destination=%MAINDIR%\Lib\test
Description=Python Test files
Flags=0000000000000010
end
item: Install File
Expand Down Expand Up @@ -1350,11 +1352,13 @@ end
item: Install File
Source=%_SRC_%\..\tcl\bin\tk8%_TCLMINOR_%.dll
Destination=%MAINDIR%\DLLs\tk8%_TCLMINOR_%.dll
Description=Tcl/Tk binaries and libraries
Flags=0000000000000010
end
item: Install File
Source=%_SRC_%\..\tcl\lib\*.*
Destination=%MAINDIR%\tcl
Description=Tcl/Tk binaries and libraries
Flags=0000000100000010
end
item: End Block
Expand Down

0 comments on commit 6869245

Please sign in to comment.