Version Copyright=<EFBFBD>2001-2003 Python Software Foundation
Version Company=PythonLabs at Zope Corporation
Crystal Format=10111100101100000010001001001001
Step View=&All
Variable Name1=_WISE_
Variable Description1=WISE root directory
Variable Default1=C:\Programme\Wise Installation System
Variable Flags1=00001000
Variable Name2=_TCLDIR_
Variable Description2=The directory in which the Tcl/Tk installation
Variable Description2=lives. This must be a sibling of the Python
Variable Description2=directory.
Variable Default2=tcl84
Variable Flags2=00001000
Variable Name3=_DOC_
Variable Description3=The unpacked HTML doc directory.
Variable Default3=..\chm
Variable Flags3=00001001
Variable Name4=_SYS_
Variable Description4=VC redistributables directory (where to find MSVCRT.DLL).
Variable Description4=
Variable Description4=NEVER USE A SYSTEM DIRECTORY!
Variable Default4=C:\VCREDIST\VC6SP5
Variable Values4=C:\Code\MSDLLs
Variable Values4=C:\VCREDIST\VC6SP5
Variable Flags4=00000010
Variable Name5=_PYMAJOR_
Variable Description5=Python major version number; the 2 in 2.3.
Variable Default5=2
Variable Flags5=00001000
Variable Name6=_PYMINOR_
Variable Description6=Python minor version number; the 3 in 2.3
Variable Default6=3
Variable Flags6=00001000
Variable Name7=_DOADMIN_
Variable Description7=The initial value for %DOADMIN%.
Variable Description7=When 0, we never try to write under HKLM,
Variable Description7=and install the Python + MS runtime DLLs in
Variable Description7=the Python directory instead of the system dir.
Variable Default7=1
Variable Values7=1
Variable Values7=0
Variable Flags7=00001010
Variable Name8=_ALIASNAME_
Variable Flags8=00001000
Variable Name9=_ALIASPATH_
Variable Flags9=00001000
Variable Name10=_ALIASTYPE_
Variable Flags10=00001000
end
item: Set Variable
Variable=PYVER_STRING
Value=2.3.3
end
item: Remark
end
item: Remark
Text=When the version number changes, set the compiler
end
item: Remark
Text=vrbls _PYMAJOR_ and _PYMINOR_.
end
item: Remark
Text=Nothing in the script below should need fiddling then.
end
item: Remark
Text=Other things that need fiddling:
end
item: Remark
Text= PYVER_STRING above.
end
item: Remark
Text= The "Title:" in the upper left corner of the GUI.
end
item: Remark
Text= Build Settings and Version Resource on step 6 (Finish) of the Installation Expert
end
item: Remark
Text= Be sure to select Steps->All or you may not see these!
end
item: Remark
end
item: Remark
Text=When the version of Tcl/Tk changes, the compiler vrbl
end
item: Remark
Text=_TCLDIR_ may also need to be changed.
end
item: Remark
end
item: Set Variable
Variable=APPTITLE
Value=Python %PYVER_STRING%
end
item: Remark
Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
end
item: Set Variable
Variable=PY_VERSION
Value=%_PYMAJOR_%.%_PYMINOR_%
end
item: Remark
Text=GROUP is the Start menu group name; user can override.
end
item: Set Variable
Variable=GROUP
Value=Python %PY_VERSION%
Flags=10000000
end
item: Remark
Text=MAINDIR is the app directory; user can override.
end
item: Set Variable
Variable=MAINDIR
Value=Python%_PYMAJOR_%%_PYMINOR_%
end
item: Remark
end
item: Set Variable
Variable=DOADMIN
Value=%_DOADMIN_%
end
item: Remark
Text=Give non-admin users a chance to abort.
end
item: Check Configuration
Flags=10011111
end
item: Set Variable
Variable=DOADMIN
Value=0
end
item: Display Message
Title=Doing non-admin install
Text=The current login does not have Administrator Privileges on this machine. Python will install its registry information into the per-user area only for the current login, instead of into the per-machine area for every account on this machine. Some advanced uses of Python may not work as a result (for example, running a Python script as a service).
Text=
Text=If this is not what you want, please click Cancel to abort this installation, log on as an Administrator, and start the installation again.
Text=Note from Tim: the "stop" on the next line is actually "pause".
end
item: Open/Close INSTALL.LOG
Flags=00000001
end
item: Remark
Text=If the destination system does not have a writable Windows\System directory, system files will be written to the Windows\ directory
end
item: Check if File/Dir Exists
Pathname=%SYS%
Flags=10000100
end
item: Set Variable
Variable=SYS
Value=%WIN%
end
item: End Block
end
item: Check Configuration
Flags=10111011
end
item: Get Registry Key Value
Variable=COMMON
Key=SOFTWARE\Microsoft\Windows\CurrentVersion
Default=C:\Program Files\Common Files
Value Name=CommonFilesDir
Flags=00000100
end
item: Get Registry Key Value
Variable=PROGRAM_FILES
Key=SOFTWARE\Microsoft\Windows\CurrentVersion
Default=C:\Program Files
Value Name=ProgramFilesDir
Flags=00000100
end
item: Set Variable
Variable=EXPLORER
Value=1
end
item: End Block
end
item: Remark
Text=Note from Tim: The Wizard hardcod "C:" at the start of the replacement text for MAINDIR.
end
item: Remark
Text=That's not appropriate if the system drive doesn't happen to be C:.
end
item: Remark
Text=I removed the "C:", and that did the right thing for two people who tested it on non-C: machines,
end
item: Remark
Text=but it's unclear whether it will always do the right thing.
end
item: Set Variable
Variable=MAINDIR
Value=\%MAINDIR%
Flags=00001100
end
item: Remark
Text=BACKUP is the variable that holds the path that all backup files will be copied to when overwritten
end
item: Set Variable
Variable=BACKUP
Value=%MAINDIR%\BACKUP
Flags=10000000
end
item: Remark
Text=DOBACKUP determines if a backup will be performed. The possible values are A (do backup) or B (do not do backup)
end
item: Set Variable
Variable=DOBACKUP
Value=A
end
item: Remark
Text=BRANDING determines if the installation will be branded with a name and company. By default, this is written to the INST directory (installation media).
Text=Set vrbls for the "Advanced Options" subdialog of Components.
end
item: Set Variable
Variable=SELECT_ADMIN
Value=A
end
item: If/While Statement
Variable=DOADMIN
Value=0
end
item: Set Variable
Variable=SELECT_ADMIN
Value=B
end
item: End Block
end
item: Remark
end
item: Remark
Text=TASKS values:
end
item: Remark
Text=A: Register file extensions
end
item: Remark
Text=B: Create Start Menu shortcuts
end
item: Remark
Text=C: Compile Python library files
end
item: Set Variable
Variable=TASKS
Value=AB
end
item: Remark
end
item: Remark
Text=COMPONENTS values:
end
item: Remark
Text=A: interpreter and libraries
end
item: Remark
Text=B: Tcl/Tk
end
item: Remark
Text=C: docs
end
item: Remark
Text=D: tools
end
item: Remark
Text=E: test suite
end
item: Set Variable
Variable=COMPONENTS
Value=ABCDE
end
item: Remark
end
item: Remark
Text=March thru the user GUI.
end
item: Wizard Block
Direction Variable=DIRECTION
Display Variable=DISPLAY
Bitmap Pathname=.\installer.bmp
X Position=9
Y Position=10
Filler Color=11173759
Dialog=Select Destination Directory
Dialog=Backup Replaced Files
Dialog=Select Components
Dialog=Select Program Manager Group
Variable=
Variable=
Variable=
Variable=TASKS
Value=
Value=
Value=
Value=B
Compare=0
Compare=0
Compare=0
Compare=3
Flags=00000011
end
item: If/While Statement
Variable=DISPLAY
Value=Start Installation
end
item: Set Variable
Variable=SUMMARY
Value=Install directory: %MAINDIR%%CRLF%
end
item: Remark
end
item: If/While Statement
Variable=SELECT_ADMIN
Value=A
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Doing admin install.%CRLF%
Flags=00000001
end
item: Else Statement
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Doing non-admin install.%CRLF%
Flags=00000001
end
item: End Block
end
item: Remark
end
item: If/While Statement
Variable=DOBACKUP
Value=A
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Make backups, into %BACKUP%%CRLF%
Flags=00000001
end
item: Else Statement
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Don't make backups.%CRLF%
Flags=00000001
end
item: End Block
end
item: Remark
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Components:%CRLF%
Flags=00000001
end
item: If/While Statement
Variable=COMPONENTS
Value=A
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value= Python interpreter and libraries%CRLF%
Flags=00000001
end
item: End Block
end
item: If/While Statement
Variable=COMPONENTS
Value=B
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value= Tcl/Tk (Tkinter, IDLE, pydoc)%CRLF%
Flags=00000001
end
item: End Block
end
item: If/While Statement
Variable=COMPONENTS
Value=C
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value= Python documentation%CRLF%
Flags=00000001
end
item: End Block
end
item: If/While Statement
Variable=COMPONENTS
Value=D
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value= Tool and utility scripts%CRLF%
Flags=00000001
end
item: End Block
end
item: If/While Statement
Variable=COMPONENTS
Value=E
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value= Python test suite%CRLF%
Flags=00000001
end
item: End Block
end
item: Remark
end
item: If/While Statement
Variable=TASKS
Value=A
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Register file extensions.%CRLF%
Flags=00000001
end
item: Else Statement
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Don't register file extensions.%CRLF%
Flags=00000001
end
item: End Block
end
item: Remark
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Start Menu group: %GROUP%%CRLF%
Flags=00000001
end
item: If/While Statement
Variable=TASKS
Value=B
Flags=00000010
end
item: Else Statement
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%No Start Menu shortcuts.%CRLF%
Flags=00000001
end
item: End Block
end
item: If/While Statement
Variable=TASKS
Value=C
Flags=00000010
end
item: Set Variable
Variable=SUMMARY
Value=%CRLF%Compile Python files%CRLF%
Flags=00000001
end
item: End Block
end
item: End Block
end
item: Remark
end
item: Custom Dialog Set
Name=Select Destination Directory
Display Variable=DISPLAY
item: Dialog
Title=%APPTITLE% Installation
Title French=Installation de %APPTITLE%
Title German=Installation von %APPTITLE%
Title Spanish=Instalaci<EFBFBD>n de %APPTITLE%
Title Italian=Installazione di %APPTITLE%
Width=339
Height=280
Font Name=Helv
Font Size=8
item: Push Button
Rectangle=188 234 244 253
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=&Next >
Text French=&Suite >
Text German=&Weiter >
Text Spanish=&Siguiente >
Text Italian=&Avanti >
end
item: Push Button
Rectangle=264 234 320 253
Action=3
Create Flags=01010000000000010000000000000000
Text=&Cancel
Text French=&Annuler
Text German=&Abbrechen
Text Spanish=&Cancelar
Text Italian=&Annulla
end
item: Static
Rectangle=10 225 320 226
Action=3
Create Flags=01010000000000000000000000000111
end
item: Static
Rectangle=108 11 323 33
Create Flags=01010000000000000000000000000000
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Select Destination Directory
Text French=S<EFBFBD>lectionner le r<EFBFBD>pertoire de destination
Text German=Zielverzeichnis w<EFBFBD>hlen
Text Spanish=Seleccione el directorio de destino
Text Italian=Selezionare Directory di destinazione
end
item: Listbox
Rectangle=108 58 321 219
Variable=MAINDIR
Enabled Color=00000000000000001111111111111111
Create Flags=01010000100000010000000101000001
Flags=0000110000001010
Text=%MAINDIR%
Text=
end
item: Static
Rectangle=108 40 313 58
Enabled Color=00000000000000001111111111111111
Create Flags=01010000000000000000000000000000
Text=Please select a directory for the %APPTITLE% files.
end
end
item: Dialog
Title=Select Destination Directory
Title French=S<EFBFBD>lectionner le r<EFBFBD>pertoire de destination
Title German=Zielverzeichnis w<EFBFBD>hlen
Title Spanish=Seleccione el directorio de destino
Title Italian=Selezionare Directory di destinazione
Width=276
Height=216
Font Name=Helv
Font Size=8
item: Listbox
Rectangle=6 6 204 186
Variable=MAINDIR
Create Flags=01010000100000010000000101000000
Flags=0000110000100010
Text=%MAINDIR%
Text French=%MAINDIR%
Text German=%MAINDIR%
Text Spanish=%MAINDIR%
Text Italian=%MAINDIR%
end
item: Push Button
Rectangle=209 8 265 26
Create Flags=01010000000000010000000000000001
Text=OK
Text French=OK
Text German=OK
Text Spanish=Aceptar
Text Italian=OK
end
item: Push Button
Rectangle=209 31 265 50
Variable=MAINDIR
Value=%MAINDIR_SAVE%
Create Flags=01010000000000010000000000000000
Flags=0000000000000001
Text=Cancel
Text French=Annuler
Text German=Abbrechen
Text Spanish=Cancelar
Text Italian=Annulla
end
end
end
item: Custom Dialog Set
Name=Backup Replaced Files
Display Variable=DISPLAY
item: Dialog
Title=%APPTITLE% Installation
Title French=Fichiers de Sauvegarde Remplac<EFBFBD>s
Title German=Sicherungskopie von ersetzten Dateien erstellen
Title Portuguese=Ficheiros substitu<EFBFBD>dos de seguran<EFBFBD>a
Title Spanish=Copias de seguridad de los archivos reemplazados
Title Italian=Backup file sostituiti
Title Danish=Sikkerhedskopiering af erstattede filer
Title Dutch=Vervangen bestanden kopi<EFBFBD>ren
Title Norwegian=Sikkerhetskopiere erstattede filer
Title Swedish=S<EFBFBD>kerhetskopiera utbytta filer
Width=350
Height=280
Font Name=Helv
Font Size=8
item: Push Button
Rectangle=188 234 244 251
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=&Next >
Text French=&Suivant>
Text German=&Weiter>
Text Portuguese=&Pr<EFBFBD>ximo>
Text Spanish=&Siguiente >
Text Italian=&Avanti >
Text Danish=&N<EFBFBD>ste>
Text Dutch=&Volgende>
Text Norwegian=&Neste>
Text Swedish=&N<EFBFBD>sta >
end
item: Push Button
Rectangle=131 234 188 251
Variable=DIRECTION
Value=B
Create Flags=01010000000000010000000000000000
Text=< &Back
Text French=<&Retour
Text German=<&Zur<EFBFBD>ck
Text Portuguese=<&Retornar
Text Spanish=<&Retroceder
Text Italian=< &Indietro
Text Danish=<&Tilbage
Text Dutch=<&Terug
Text Norwegian=<&Tilbake
Text Swedish=< &Tillbaka
end
item: Push Button
Rectangle=278 234 330 251
Action=3
Create Flags=01010000000000010000000000000000
Text=Cancel
Text French=Annuler
Text German=Abbrechen
Text Portuguese=Cancelar
Text Spanish=Cancelar
Text Italian=Annulla
Text Danish=Annuller
Text Dutch=Annuleren
Text Norwegian=Avbryt
Text Swedish=Avbryt
end
item: Static
Rectangle=11 221 329 223
Action=3
Create Flags=01010000000000000000000000000111
end
item: Static
Rectangle=108 46 320 98
Create Flags=01010000000000000000000000000000
Text=This installation program can create backup copies of all files replaced during the installation. These files will be used when the software is uninstalled and a rollback is requested. If backup copies are not created, you will only be able to uninstall the software and not roll the system back to a previous state.
Text=
Text=Do you want to create backups of replaced files?
Text French=Le programme d'installation peut cr<EFBFBD>er des copies de sauvegarde de tous les fichiers remplac<EFBFBD>s pendant l'installation. Ces fichiers sont utilis<EFBFBD>s au cas o<EFBFBD> le logiciel est d<EFBFBD>sinstall<EFBFBD> et que l'on proc<EFBFBD>de <EFBFBD> la reprise du syst<EFBFBD>me. Si les copies de sauvegarde ne sont pas cr<EFBFBD><EFBFBD>es, on ne pourra que d<EFBFBD>sinstaller le logiciel sans reprendre le syst<EFBFBD>me <EFBFBD> un <EFBFBD>tat pr<EFBFBD>c<EFBFBD>dent. Voulez-vous cr<EFBFBD>er une sauvegarde des fichiers remplac<EFBFBD>s ?
Text German=Dieses Installationsprogramm kann Sicherungskopien von allen w<EFBFBD>hrend der Installation ersetzten Dateien erstellen. Diese Dateien werden zur R<EFBFBD>ckg<EFBFBD>ngigmachung der Installation und bei Anforderung eines Rollbacks verwendet. Ohne Sicherungskopien ist nur eine R<EFBFBD>ckg<EFBFBD>ngigmachung der Installation m<EFBFBD>glich, nicht aber ein Rollback des Systems. Sicherungskopien der ersetzten Dateien erstellen?
Text Portuguese=Este programa de instala<EFBFBD><EFBFBD>o pode criar c<EFBFBD>pias de seguran<EFBFBD>a de todos os ficheiros substitu<EFBFBD>dos durante a instala<EFBFBD><EFBFBD>o. Estes ficheiros ser<EFBFBD>o utilizados quando o programa for desinstalado e for requisitada uma retomada. Se as c<EFBFBD>pias de seguran<EFBFBD>a n<EFBFBD>o forem criadas, s<EFBFBD> poder<EFBFBD> desinstalar o programa e n<EFBFBD>o pode retomar um estado anterior do sistema. Deseja criar c<EFBFBD>pias de seguran<EFBFBD>a dos ficheiros substitu<EFBFBD>dos?
Text Spanish=Este programa de instalaci<EFBFBD>n puede crear copias de seguridad de todos los archivos reemplazados durante la instalaci<EFBFBD>n. Estos archivos se utilizar<EFBFBD>n cuando se desinstale el software y se solicite volver al estado anterior. Si no se crean copias de seguridad, <EFBFBD>nicamente podr<EFBFBD> desinstalar el software y no podr<EFBFBD> devolver el sistema al estado anterior. <EFBFBD>Desea crear archivos de seguridad de los archivos reemplazados?
Text Italian=Questo programma di installazione pu<EFBFBD> creare copie di backup di tutti i file sostituiti durante l<EFBFBD>installazione. Questi file saranno usati quando il software sar<EFBFBD> disinstallato e sar<EFBFBD> richiesto un ritorno allo stato precedente. Se non crei le copie di backup, potrai solo disinstallare il software, ma non potrai riportare il sistema allo stato precedente. Vuoi creare i file di backup dei file sostituiti?
Text Danish=Dette installationsprogram kan oprette sikkerhedskopier af alle filer, som erstattes under installationen. Disse filer benyttes, n<EFBFBD>r softwaren fjernes, og den tidligere systemkonfiguration genetableres. Hvis der ikke oprettes sikkerhedskopier, kan du kun fjerne den installerede software og ikke genetablere den tidligere systemkonfiguration. Vil du oprette sikkerhedskopier af filer, som erstattes?
Text Dutch=Dit installatieprogramma kan kopie<EFBFBD>n maken van alle bestanden die tijdens de installatie worden vervangen. Deze worden dan gebruikt als de software-installatie ongedaan wordt gemaakt en u het systeem wilt laten terugkeren naar de oorspronkelijke staat. Als er geen back-up kopie<EFBFBD>n worden gemaakt, kunt u de software enkel verwijderen maar het systeem niet in de oorspronkelijke staat terugbrengen. Wilt u een back-up maken van de vervangen bestanden?
Text Norwegian=Dette installasjonsprogrammet kan lage sikkerhetskopier av alle filer som blir erstattet under installasjonen. Disse filene vil tas i bruk n<EFBFBD>r programvaren er avinstallert og det er behov for tilbakestilling. Hvis det ikke er laget sikkerhetskopier, kan du kun avinstallere programvaren og ikke stille systemet tilbake til tidligere status. <EFBFBD>nsker du <EFBFBD> lage sikkerhetskopier av de filene som blir erstattet n<EFBFBD>?
Text Swedish=Installationsprogrammet kan skapa s<EFBFBD>kerhetskopior av alla filer som byts ut under installationen. Dessa filer kan sedan anv<EFBFBD>ndas n<EFBFBD>r programvaran avinstalleras och du beg<EFBFBD>r rollback. Om du d<EFBFBD> inte har n<EFBFBD>gra s<EFBFBD>kerhetskopior kan du bara avinstallera programvaran, inte <EFBFBD>terskapa systemet i dess tidigare skick. Vill du g<EFBFBD>ra s<EFBFBD>kerhetskopior av de ersatta filerna?
end
item: Radio Button
Rectangle=141 106 265 136
Variable=DOBACKUP
Create Flags=01010000000000010000000000001001
Text=&Yes, make backups
Text=N&o, do not make backups
Text=
Text French=&Oui
Text French=N&on
Text French=
Text German=&Ja
Text German=N&ein
Text German=
Text Portuguese=&Sim
Text Portuguese=N<EFBFBD>&o
Text Portuguese=
Text Spanish=&S<EFBFBD>
Text Spanish=N&o
Text Spanish=
Text Italian=&S<EFBFBD>
Text Italian=N&o
Text Italian=
Text Danish=&Ja
Text Danish=&Nej
Text Danish=
Text Dutch=&Ja
Text Dutch=N&ee
Text Dutch=
Text Norwegian=&Ja
Text Norwegian=&Nei
Text Norwegian=
Text Swedish=&Ja
Text Swedish=N&ej
Text Swedish=
end
item: Static
Control Name=BACK2
Rectangle=108 173 320 208
Action=1
Create Flags=01010000000000000000000000000111
Text=Backup File Destination Directory
Text French=R<EFBFBD>pertoire de destination des fichiers de sauvegarde
Text German=Zielverzeichnis f<EFBFBD>r die Sicherungsdatei
Text Portuguese=Direct<EFBFBD>rio de destino de ficheiro de seguran<EFBFBD>a
Text Spanish=Directorio de Destino de los Archivos de Seguridad
Text Italian=Directory di destinazione dei file di backup
Text Danish=Destinationsbibliotek til sikkerhedskopier
Text Dutch=Doeldirectory backup-bestand
Text Norwegian=M<EFBFBD>lkatalog for sikkerhetskopier
Text Swedish=Katalog f<EFBFBD>r s<EFBFBD>kerhetskopierade filer
end
item: Push Button
Control Name=BACK3
Rectangle=265 185 318 203
Variable=BACKUP_SAVE
Value=%BACKUP%
Destination Dialog=1
Action=2
Create Flags=01010000000000010000000000000000
Text=B&rowse...
Text French=P&arcourir
Text German=B&l<EFBFBD>ttern...
Text Portuguese=P&rocurar
Text Spanish=V&isualizar...
Text Italian=Sfoglia...
Text Danish=&Gennemse...
Text Dutch=B&laderen...
Text Norwegian=Bla igjennom
Text Swedish=&Bl<EFBFBD>ddra
end
item: Static
Control Name=BACK4
Rectangle=129 188 254 200
Destination Dialog=2
Create Flags=01010000000000000000000000000000
Text=%BACKUP%
Text French=%BACKUP%
Text German=%BACKUP%
Text Portuguese=%BACKUP%
Text Spanish=%BACKUP%
Text Italian=%BACKUP%
Text Danish=%BACKUP%
Text Dutch=%BACKUP%
Text Norwegian=%BACKUP%
Text Swedish=%BACKUP%
end
item: Static
Rectangle=108 11 323 36
Create Flags=01010000000000000000000000000000
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Backup Replaced Files
Text French=S<EFBFBD>lectionner les composants
Text German=Komponenten ausw<EFBFBD>hlen
Text Spanish=Seleccione componentes
Text Italian=Selezionare i componenti
end
item: If/While Statement
Variable=DOBACKUP
Value=B
end
item: Set Control Attribute
Control Name=BACK3
Operation=1
end
item: Set Control Attribute
Control Name=BACK4
Operation=1
end
item: Else Statement
end
item: Set Control Attribute
Control Name=BACK3
end
item: Set Control Attribute
Control Name=BACK4
end
item: End Block
end
end
item: Dialog
Title=Select Destination Directory
Title French=Choisissez le r<EFBFBD>pertoire de destination
Title German=Zielverzeichnis w<EFBFBD>hlen
Title Portuguese=Seleccionar Direct<EFBFBD>rio de Destino
Title Spanish=Seleccione el Directorio de Destino
Title Italian=Seleziona Directory di destinazione
Title Danish=V<EFBFBD>lg Destinationsbibliotek
Title Dutch=Kies Doeldirectory
Title Norwegian=Velg m<EFBFBD>lkatalog
Title Swedish=V<EFBFBD>lj destinationskalatog
Width=276
Height=216
Font Name=Helv
Font Size=8
item: Listbox
Rectangle=6 3 200 186
Variable=BACKUP
Create Flags=01010000100000010000000101000000
Flags=0000110000100010
Text=%BACKUP%
Text=
Text French=%BACKUP%
Text French=
Text German=%BACKUP%
Text German=
Text Portuguese=%BACKUP%
Text Portuguese=
Text Spanish=%BACKUP%
Text Spanish=
Text Italian=%BACKUP%
Text Italian=
Text Danish=%BACKUP%
Text Danish=
Text Dutch=%BACKUP%
Text Dutch=
Text Norwegian=%BACKUP%
Text Norwegian=
Text Swedish=%BACKUP%
Text Swedish=
end
item: Push Button
Rectangle=209 8 265 26
Create Flags=01010000000000010000000000000001
Text=OK
Text French=OK
Text German=OK
Text Portuguese=OK
Text Spanish=ACEPTAR
Text Italian=OK
Text Danish=OK
Text Dutch=OK
Text Norwegian=OK
Text Swedish=OK
end
item: Push Button
Rectangle=209 31 265 50
Variable=BACKUP
Value=%BACKUP_SAVE%
Create Flags=01010000000000010000000000000000
Flags=0000000000000001
Text=Cancel
Text French=Annuler
Text German=Abbrechen
Text Portuguese=Cancelar
Text Spanish=Cancelar
Text Italian=Annulla
Text Danish=Slet
Text Dutch=Annuleren
Text Norwegian=Avbryt
Text Swedish=Avbryt
end
end
end
item: Custom Dialog Set
Name=Select Components
Display Variable=DISPLAY
item: Dialog
Title=%APPTITLE% Installation
Title French=Installation de %APPTITLE%
Title German=Installation von %APPTITLE%
Title Spanish=Instalaci<EFBFBD>n de %APPTITLE%
Title Italian=Installazione di %APPTITLE%
Width=339
Height=280
Font Name=Helv
Font Size=8
item: Push Button
Rectangle=188 234 244 253
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=&Next >
Text French=&Suite >
Text German=&Weiter >
Text Spanish=&Siguiente >
Text Italian=&Avanti >
end
item: Push Button
Rectangle=131 234 188 253
Variable=DIRECTION
Value=B
Create Flags=01010000000000010000000000000000
Text=< &Back
Text French=< &Retour
Text German=< &Zur<EFBFBD>ck
Text Spanish=< &Atr<EFBFBD>s
Text Italian=< &Indietro
end
item: Push Button
Rectangle=264 234 320 253
Action=3
Create Flags=01010000000000010000000000000000
Text=&Cancel
Text French=&Annuler
Text German=&Abbrechen
Text Spanish=&Cancelar
Text Italian=&Annulla
end
item: Checkbox
Rectangle=108 66 313 156
Variable=COMPONENTS
Create Flags=01010000000000010000000000000011
Flags=0000000000000110
Text=Python interpreter and libraries
Text=Tcl/Tk (Tkinter, IDLE, pydoc)
Text=Python HTMLHelp file
Text=Python utility scripts (Tools/)
Text=Python test suite (Lib/test/)
Text=
Text French=Python interpreter, library and IDLE
Text French=Python HTML docs
Text French=Python utility scripts (Tools/)
Text French=Python test suite (Lib/test/)
Text French=
Text German=Python interpreter, library and IDLE
Text German=Python HTML docs
Text German=Python utility scripts (Tools/)
Text German=Python test suite (Lib/test/)
Text German=
Text Spanish=Python interpreter, library and IDLE
Text Spanish=Python HTML docs
Text Spanish=Python utility scripts (Tools/)
Text Spanish=Python test suite (Lib/test/)
Text Spanish=
Text Italian=Python interpreter, library and IDLE
Text Italian=Python HTML docs
Text Italian=Python utility scripts (Tools/)
Text Italian=Python test suite (Lib/test/)
Text Italian=
end
item: Static
Rectangle=108 45 320 63
Create Flags=01010000000000000000000000000000
Text=Choose which components to install by checking the boxes below.
Text French=Choisissez les composants que vous voulez installer en cochant les cases ci-dessous.
Text German=W<EFBFBD>hlen Sie die zu installierenden Komponenten, indem Sie in die entsprechenden K<EFBFBD>stchen klicken.
Text Spanish=Elija los componentes que desee instalar marcando los cuadros de abajo.
Text Italian=Scegliere quali componenti installare selezionando le caselle sottostanti.
end
item: Push Button
Rectangle=188 203 269 220
Destination Dialog=1
Action=2
Enabled Color=00000000000000000000000011111111
Create Flags=01010000000000010000000000000000
Text=Advanced Options ...
end
item: Static
Rectangle=10 225 320 226
Action=3
Create Flags=01010000000000000000000000000111
end
item: Static
Rectangle=108 10 323 43
Create Flags=01010000000000000000000000000000
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Select Components
Text French=S<EFBFBD>lectionner les composants
Text German=Komponenten ausw<EFBFBD>hlen
Text Spanish=Seleccione componentes
Text Italian=Selezionare i componenti
end
item: Static
Rectangle=251 180 311 193
Variable=COMPONENTS
Value=MAINDIR
Create Flags=01010000000000000000000000000010
end
item: Static
Rectangle=251 168 311 179
Variable=COMPONENTS
Create Flags=01010000000000000000000000000010
end
item: Static
Rectangle=123 168 234 181
Create Flags=01010000000000000000000000000000
Text=Disk Space Required:
Text French=Espace disque requis :
Text German=Notwendiger Speicherplatz:
Text Spanish=Espacio requerido en el disco:
Text Italian=Spazio su disco necessario:
end
item: Static
Rectangle=123 180 234 193
Create Flags=01010000000000000000000000000000
Text=Disk Space Remaining:
Text French=Espace disque disponible :
Text German=Verbleibender Speicherplatz:
Text Spanish=Espacio en disco disponible:
Text Italian=Spazio su disco disponibile:
end
item: Static
Rectangle=108 158 320 196
Action=1
Create Flags=01010000000000000000000000000111
end
item: If/While Statement
Variable=DLG_EVENT_TYPE
Value=VERIFY
end
item: Remark
Text=If they're installing Tcl/Tk, Tools, or the test suite, doesn't make much sense unless they're installing Python too.
end
item: If/While Statement
Variable=COMPONENTS
Value=BDE
Flags=00001010
end
item: If/While Statement
Variable=COMPONENTS
Value=A
Flags=00000011
end
item: Display Message
Title=Are you sure?
Text=Installing Tcl/Tk, Tools or the test suite doesn't make much sense unless you install the Python interpreter and libraries too.
Text=
Text=Click Yes if that's really what you want.
Flags=00101101
end
item: Remark
Text=Nothing -- just proceed to the next dialog.
end
item: Else Statement
end
item: Remark
Text=Return to the dialog.
end
item: Set Variable
Variable=DLG_EVENT_TYPE
end
item: End Block
end
item: End Block
end
item: End Block
end
item: End Block
end
end
item: Dialog
Title=Advanced Options
Width=339
Height=213
Font Name=Helv
Font Size=8
item: Radio Button
Control Name=ADMIN2
Rectangle=11 46 90 76
Variable=SELECT_ADMIN
Enabled Color=00000000000000001111111111111111
Create Flags=01010000000000010000000000001001
Text=Admin install
Text=Non-Admin installl
Text=
end
item: Push Button
Rectangle=188 170 244 189
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=OK
Text French=&Suite >
Text German=&Weiter >
Text Spanish=&Siguiente >
Text Italian=&Avanti >
end
item: Static
Rectangle=5 3 326 83
Action=1
Enabled Color=00000000000000001111111111111111
Create Flags=01010000000000000000000000000111
end
item: Static
Control Name=ADMIN1
Rectangle=11 11 321 45
Enabled Color=00000000000000001111111111111111
Create Flags=01010000000000000000000000000000
Text=By default, the install records settings in the per-machine area of the registry (HKLM), and installs the Python and C runtime DLLs to %SYS32%. Choose "Non-Admin install" if you would prefer settings made in the per-user registry (HKCU), and DLLs installed in %MAINDIR%.
Text=Choose tasks to perform by checking the boxes below.
end
item: If/While Statement
Variable=DLG_EVENT_TYPE
Value=INIT
end
item: If/While Statement
Variable=DOADMIN
Value=1
end
item: Set Control Attribute
Control Name=ADMIN2
end
item: Else Statement
end
item: Set Control Text
Control Name=ADMIN1
Control Text=This section is available only if logged in to an account with Administrator privileges.
end
item: Set Control Attribute
Control Name=ADMIN2
Operation=1
end
item: End Block
end
item: End Block
end
end
end
item: Custom Dialog Set
Name=Select Program Manager Group
Display Variable=DISPLAY
item: Dialog
Title=%APPTITLE% Installation
Title French=Installation de %APPTITLE%
Title German=Installation von %APPTITLE%
Title Spanish=Instalaci<EFBFBD>n de %APPTITLE%
Title Italian=Installazione di %APPTITLE%
Width=339
Height=280
Font Name=Helv
Font Size=8
item: Push Button
Rectangle=188 234 244 253
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=&Next >
Text French=&Suite >
Text German=&Weiter >
Text Spanish=&Siguiente >
Text Italian=&Avanti >
end
item: Push Button
Rectangle=131 234 188 253
Variable=DIRECTION
Value=B
Create Flags=01010000000000010000000000000000
Flags=0000000000000001
Text=< &Back
Text French=< &Retour
Text German=< &Zur<EFBFBD>ck
Text Spanish=< &Atr<EFBFBD>s
Text Italian=< &Indietro
end
item: Push Button
Rectangle=264 234 320 253
Action=3
Create Flags=01010000000000010000000000000000
Text=&Cancel
Text French=&Annuler
Text German=&Abbrechen
Text Spanish=&Cancelar
Text Italian=&Annulla
end
item: Static
Rectangle=10 225 320 226
Action=3
Create Flags=01010000000000000000000000000111
end
item: Static
Rectangle=108 10 323 53
Create Flags=01010000000000000000000000000000
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Select Start Menu Group
Text French=S<EFBFBD>lectionner le groupe du Gestionnaire de programme
Text German=Bestimmung der Programm-Managergruppe
Text Spanish=Seleccione grupo del Administrador de programas
Text Italian=Selezionare il gruppo ProgMan
end
item: Static
Rectangle=108 35 320 65
Create Flags=01010000000000000000000000000000
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<EFBFBD>nes de %APPTITLE% :
Text German=Geben Sie den Namen der Programmgruppe ein, der das Symbol %APPTITLE% hinzugef<EFBFBD>gt werden soll:
Text Spanish=Escriba el nombre del grupo del Administrador de programas en el que desea agregar los iconos de %APPTITLE%:
Text Italian=Inserire il nome del gruppo Program Manager per aggiungere le icone %APPTITLE% a:
end
item: Combobox
Rectangle=108 56 320 219
Variable=GROUP
Create Flags=01010000001000010000001100000001
Flags=0000000000000001
Text=%GROUP%
Text=
Text French=%GROUP%
Text German=%GROUP%
Text Spanish=%GROUP%
Text Italian=%GROUP%
end
end
end
item: Custom Dialog Set
Name=Start Installation
Display Variable=DISPLAY
item: Dialog
Title=%APPTITLE% Installation
Title French=Installation de %APPTITLE%
Title German=Installation von %APPTITLE%
Title Spanish=Instalaci<EFBFBD>n de %APPTITLE%
Title Italian=Installazione di %APPTITLE%
Width=339
Height=280
Font Name=Helv
Font Size=8
item: Push Button
Rectangle=188 234 244 253
Variable=DIRECTION
Value=N
Create Flags=01010000000000010000000000000001
Text=&Next >
Text French=&Suite >
Text German=&Weiter >
Text Spanish=&Siguiente >
Text Italian=&Avanti >
end
item: Push Button
Rectangle=131 234 188 253
Variable=DIRECTION
Value=B
Create Flags=01010000000000010000000000000000
Text=< &Back
Text French=< &Retour
Text German=< &Zur<EFBFBD>ck
Text Spanish=< &Atr<EFBFBD>s
Text Italian=< &Indietro
end
item: Push Button
Rectangle=264 234 320 253
Action=3
Create Flags=01010000000000010000000000000000
Text=&Cancel
Text French=&Annuler
Text German=&Abbrechen
Text Spanish=&Cancelar
Text Italian=&Annulla
end
item: Static
Rectangle=10 225 320 226
Action=3
Create Flags=01010000000000000000000000000111
end
item: Static
Rectangle=108 10 323 53
Create Flags=01010000000000000000000000000000
Flags=0000000000000001
Name=Times New Roman
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
Text=Ready to Install!
Text French=Pr<EFBFBD>t <EFBFBD> installer !
Text German=Installationsbereit!
Text Spanish=<EFBFBD>Preparado para la instalaci<EFBFBD>n!
Text Italian=Pronto per l'installazione!
end
item: Static
Rectangle=108 40 320 62
Create Flags=01010000000000000000000000000000
Text=Click the Next button to install %APPTITLE%, or the Back button to change choices:
Text French=Vous <EFBFBD>tes maintenant pr<EFBFBD>t <EFBFBD> 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 <EFBFBD> nouveau.
Text German=Sie k<EFBFBD>nnen %APPTITLE% nun installieren.
Text German=
Text German=Klicken Sie auf "Weiter", um mit der Installation zu beginnen. Klicken Sie auf "Zur<EFBFBD>ck", um die Installationsinformationen neu einzugeben.
Text Spanish=Ya est<EFBFBD> listo para instalar %APPTITLE%.
Text Spanish=
Text Spanish=Presione el bot<EFBFBD>n Siguiente para comenzar la instalaci<EFBFBD>n o presione Atr<EFBFBD>s para volver a ingresar la informaci<EFBFBD>n para la instalaci<EFBFBD>n.
Text Italian=Ora <EFBFBD> possibile installare %APPTITLE%.
Text Italian=
Text Italian=Premere il pulsante Avanti per avviare l'installazione o il pulsante Indietro per reinserire le informazioni di installazione.
end
item: Editbox
Rectangle=108 66 324 219
Help Context=16711681
Enabled Color=00000000000000001111111111111111
Create Flags=01010000100000000001100011000100
Text=%SUMMARY%
end
end
end
item: Remark
end
item: If/While Statement
Variable=DISPLAY
Value=Select Destination Directory
end
item: Remark
Text=User may have changed MAINDIR, so reset BACKUP to match.