source: trunk/essentials/dev-lang/python/PCbuild8/python20.wse@ 3400

Last change on this file since 3400 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 81.0 KB
Line 
1Document Type: WSE
2item: Global
3 Version=9.0
4 Title=Python 2.4a1
5 Flags=00010100
6 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 Japanese Font Name=MS Gothic
8 Japanese Font Size=10
9 Start Gradient=0 255 0
10 End Gradient=0 128 0
11 Windows Flags=00000100000011010010010100001010
12 Log Pathname=%MAINDIR%\INSTALL.LOG
13 Message Font=MS Sans Serif
14 Font Size=8
15 Pages Modified=00010000011101000000000100000111
16 Extra Pages=00000000000000000000000010110010
17 Disk Filename=SETUP
18 Patch Flags=0000000000001001
19 Patch Threshold=85
20 Patch Memory=4000
21 MIF PDF Version=1.0
22 MIF SMS Version=2.0
23 EXE Filename=Python-2.4a1.exe
24 Dialogs Version=8
25 Version File=2.4a1
26 Version Description=Python Programming Language
27 Version Copyright=©2001-2006 Python Software Foundation
28 Version Company=PythonLabs at Zope Corporation
29 Crystal Format=10111100101100000010001001001001
30 Step View=&All
31 Variable Name1=_WISE_
32 Variable Description1=WISE root directory
33 Variable Default1=C:\Programme\Wise Installation System
34 Variable Flags1=00001000
35 Variable Name2=_TCLDIR_
36 Variable Description2=The directory in which the Tcl/Tk installation
37 Variable Description2=lives. This must be a sibling of the Python
38 Variable Description2=directory.
39 Variable Default2=tcl84
40 Variable Flags2=00001000
41 Variable Name3=_DOC_
42 Variable Description3=The unpacked HTML doc directory.
43 Variable Default3=..\html
44 Variable Flags3=00001001
45 Variable Name4=_SYS_
46 Variable Description4=System directory (where to find MSVCRT.DLL)
47 Variable Default4=C:\Windows\System
48 Variable Values4=C:\Windows\System
49 Variable Values4=C:\WINNT\System32
50 Variable Values4=C:\Code\MSDLLs
51 Variable Values4=C:\Windows\System32
52 Variable Flags4=00000010
53 Variable Name5=_PYMAJOR_
54 Variable Description5=Python major version number; the 2 in 2.3.
55 Variable Default5=2
56 Variable Flags5=00001000
57 Variable Name6=_PYMINOR_
58 Variable Description6=Python minor version number; the 3 in 2.3
59 Variable Default6=3
60 Variable Flags6=00001000
61 Variable Name7=_DOADMIN_
62 Variable Description7=The initial value for %DOADMIN%.
63 Variable Description7=When 0, we never try to write under HKLM,
64 Variable Description7=and install the Python + MS runtime DLLs in
65 Variable Description7=the Python directory instead of the system dir.
66 Variable Default7=1
67 Variable Values7=1
68 Variable Values7=0
69 Variable Flags7=00001010
70 Variable Name8=_ALIASNAME_
71 Variable Flags8=00001000
72 Variable Name9=_ALIASPATH_
73 Variable Flags9=00001000
74 Variable Name10=_ALIASTYPE_
75 Variable Flags10=00001000
76end
77item: Set Variable
78 Variable=PYVER_STRING
79 Value=2.3
80end
81item: Remark
82end
83item: Remark
84 Text=When the version number changes, set the compiler
85end
86item: Remark
87 Text=vrbls _PYMAJOR_ and _PYMINOR_.
88end
89item: Remark
90 Text=Nothing in the script below should need fiddling then.
91end
92item: Remark
93 Text=Other things that need fiddling:
94end
95item: Remark
96 Text= PYVER_STRING above.
97end
98item: Remark
99 Text= The "Title:" in the upper left corner of the GUI.
100end
101item: Remark
102 Text= Build Settings and Version Resource on step 6 (Finish) of the Installation Expert
103end
104item: Remark
105 Text= Be sure to select Steps->All or you may not see these!
106end
107item: Remark
108end
109item: Remark
110 Text=When the version of Tcl/Tk changes, the compiler vrbl
111end
112item: Remark
113 Text=_TCLDIR_ may also need to be changed.
114end
115item: Remark
116end
117item: Set Variable
118 Variable=APPTITLE
119 Value=Python %PYVER_STRING%
120end
121item: Remark
122 Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
123end
124item: Set Variable
125 Variable=PY_VERSION
126 Value=%_PYMAJOR_%.%_PYMINOR_%
127end
128item: Remark
129 Text=GROUP is the Start menu group name; user can override.
130end
131item: Set Variable
132 Variable=GROUP
133 Value=Python %PY_VERSION%
134 Flags=10000000
135end
136item: Remark
137 Text=MAINDIR is the app directory; user can override.
138end
139item: Set Variable
140 Variable=MAINDIR
141 Value=Python%_PYMAJOR_%%_PYMINOR_%
142end
143item: Remark
144end
145item: Set Variable
146 Variable=DOADMIN
147 Value=%_DOADMIN_%
148end
149item: Remark
150 Text=Give non-admin users a chance to abort.
151end
152item: Check Configuration
153 Flags=10011111
154end
155item: Set Variable
156 Variable=DOADMIN
157 Value=0
158end
159item: Display Message
160 Title=Doing non-admin install
161 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).
162 Text=
163 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.
164 Flags=00001000
165end
166item: End Block
167end
168item: Remark
169end
170item: Remark
171 Text=BEGIN WIZARD STUFF -----------------------------------------------------------------------------------------------------------------------------
172end
173item: Remark
174 Text=Note from Tim: the "stop" on the next line is actually "pause".
175end
176item: Open/Close INSTALL.LOG
177 Flags=00000001
178end
179item: Remark
180 Text=If the destination system does not have a writable Windows\System directory, system files will be written to the Windows\ directory
181end
182item: Check if File/Dir Exists
183 Pathname=%SYS%
184 Flags=10000100
185end
186item: Set Variable
187 Variable=SYS
188 Value=%WIN%
189end
190item: End Block
191end
192item: Check Configuration
193 Flags=10111011
194end
195item: Get Registry Key Value
196 Variable=COMMON
197 Key=SOFTWARE\Microsoft\Windows\CurrentVersion
198 Default=C:\Program Files\Common Files
199 Value Name=CommonFilesDir
200 Flags=00000100
201end
202item: Get Registry Key Value
203 Variable=PROGRAM_FILES
204 Key=SOFTWARE\Microsoft\Windows\CurrentVersion
205 Default=C:\Program Files
206 Value Name=ProgramFilesDir
207 Flags=00000100
208end
209item: Set Variable
210 Variable=EXPLORER
211 Value=1
212end
213item: End Block
214end
215item: Remark
216 Text=Note from Tim: The Wizard hardcod "C:" at the start of the replacement text for MAINDIR.
217end
218item: Remark
219 Text=That's not appropriate if the system drive doesn't happen to be C:.
220end
221item: Remark
222 Text=I removed the "C:", and that did the right thing for two people who tested it on non-C: machines,
223end
224item: Remark
225 Text=but it's unclear whether it will always do the right thing.
226end
227item: Set Variable
228 Variable=MAINDIR
229 Value=\%MAINDIR%
230 Flags=00001100
231end
232item: Remark
233 Text=BACKUP is the variable that holds the path that all backup files will be copied to when overwritten
234end
235item: Set Variable
236 Variable=BACKUP
237 Value=%MAINDIR%\BACKUP
238 Flags=10000000
239end
240item: Remark
241 Text=DOBACKUP determines if a backup will be performed. The possible values are A (do backup) or B (do not do backup)
242end
243item: Set Variable
244 Variable=DOBACKUP
245 Value=A
246end
247item: Remark
248 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).
249end
250item: Set Variable
251 Variable=BRANDING
252 Value=0
253end
254item: If/While Statement
255 Variable=BRANDING
256 Value=1
257end
258item: Read INI Value
259 Variable=NAME
260 Pathname=%INST%\CUSTDATA.INI
261 Section=Registration
262 Item=Name
263end
264item: Read INI Value
265 Variable=COMPANY
266 Pathname=%INST%\CUSTDATA.INI
267 Section=Registration
268 Item=Company
269end
270item: If/While Statement
271 Variable=NAME
272end
273item: Set Variable
274 Variable=DOBRAND
275 Value=1
276end
277item: Get System Information
278 Variable=NAME
279 Flags=00000110
280end
281item: Get System Information
282 Variable=COMPANY
283 Flags=00000111
284end
285item: End Block
286end
287item: End Block
288end
289item: Remark
290 Text=END WIZARD STUFF -----------------------------------------------------------------------------------------------------------------------------
291end
292item: Remark
293end
294item: Remark
295 Text=Set vrbls for the "Advanced Options" subdialog of Components.
296end
297item: Set Variable
298 Variable=SELECT_ADMIN
299 Value=A
300end
301item: If/While Statement
302 Variable=DOADMIN
303 Value=0
304end
305item: Set Variable
306 Variable=SELECT_ADMIN
307 Value=B
308end
309item: End Block
310end
311item: Remark
312end
313item: Remark
314 Text=TASKS values:
315end
316item: Remark
317 Text=A: Register file extensions
318end
319item: Remark
320 Text=B: Create Start Menu shortcuts
321end
322item: Set Variable
323 Variable=TASKS
324 Value=AB
325end
326item: Remark
327end
328item: Remark
329 Text=COMPONENTS values:
330end
331item: Remark
332 Text=A: interpreter and libraries
333end
334item: Remark
335 Text=B: Tcl/Tk
336end
337item: Remark
338 Text=C: docs
339end
340item: Remark
341 Text=D: tools
342end
343item: Remark
344 Text=E: test suite
345end
346item: Set Variable
347 Variable=COMPONENTS
348 Value=ABCDE
349end
350item: Remark
351end
352item: Remark
353 Text=March thru the user GUI.
354end
355item: Wizard Block
356 Direction Variable=DIRECTION
357 Display Variable=DISPLAY
358 Bitmap Pathname=.\installer.bmp
359 X Position=9
360 Y Position=10
361 Filler Color=11173759
362 Dialog=Select Destination Directory
363 Dialog=Backup Replaced Files
364 Dialog=Select Components
365 Dialog=Select Program Manager Group
366 Variable=
367 Variable=
368 Variable=
369 Variable=TASKS
370 Value=
371 Value=
372 Value=
373 Value=B
374 Compare=0
375 Compare=0
376 Compare=0
377 Compare=3
378 Flags=00000011
379end
380item: If/While Statement
381 Variable=DISPLAY
382 Value=Start Installation
383end
384item: Set Variable
385 Variable=SUMMARY
386 Value=Install directory: %MAINDIR%%CRLF%
387end
388item: Remark
389end
390item: If/While Statement
391 Variable=SELECT_ADMIN
392 Value=A
393end
394item: Set Variable
395 Variable=SUMMARY
396 Value=%CRLF%Doing admin install.%CRLF%
397 Flags=00000001
398end
399item: Else Statement
400end
401item: Set Variable
402 Variable=SUMMARY
403 Value=%CRLF%Doing non-admin install.%CRLF%
404 Flags=00000001
405end
406item: End Block
407end
408item: Remark
409end
410item: If/While Statement
411 Variable=DOBACKUP
412 Value=A
413end
414item: Set Variable
415 Variable=SUMMARY
416 Value=%CRLF%Make backups, into %BACKUP%%CRLF%
417 Flags=00000001
418end
419item: Else Statement
420end
421item: Set Variable
422 Variable=SUMMARY
423 Value=%CRLF%Don't make backups.%CRLF%
424 Flags=00000001
425end
426item: End Block
427end
428item: Remark
429end
430item: Set Variable
431 Variable=SUMMARY
432 Value=%CRLF%Components:%CRLF%
433 Flags=00000001
434end
435item: If/While Statement
436 Variable=COMPONENTS
437 Value=A
438 Flags=00000010
439end
440item: Set Variable
441 Variable=SUMMARY
442 Value= Python interpreter and libraries%CRLF%
443 Flags=00000001
444end
445item: End Block
446end
447item: If/While Statement
448 Variable=COMPONENTS
449 Value=B
450 Flags=00000010
451end
452item: Set Variable
453 Variable=SUMMARY
454 Value= Tcl/Tk (Tkinter, IDLE, pydoc)%CRLF%
455 Flags=00000001
456end
457item: End Block
458end
459item: If/While Statement
460 Variable=COMPONENTS
461 Value=C
462 Flags=00000010
463end
464item: Set Variable
465 Variable=SUMMARY
466 Value= Python documentation%CRLF%
467 Flags=00000001
468end
469item: End Block
470end
471item: If/While Statement
472 Variable=COMPONENTS
473 Value=D
474 Flags=00000010
475end
476item: Set Variable
477 Variable=SUMMARY
478 Value= Tool and utility scripts%CRLF%
479 Flags=00000001
480end
481item: End Block
482end
483item: If/While Statement
484 Variable=COMPONENTS
485 Value=E
486 Flags=00000010
487end
488item: Set Variable
489 Variable=SUMMARY
490 Value= Python test suite%CRLF%
491 Flags=00000001
492end
493item: End Block
494end
495item: Remark
496end
497item: If/While Statement
498 Variable=TASKS
499 Value=A
500 Flags=00000010
501end
502item: Set Variable
503 Variable=SUMMARY
504 Value=%CRLF%Register file extensions.%CRLF%
505 Flags=00000001
506end
507item: Else Statement
508end
509item: Set Variable
510 Variable=SUMMARY
511 Value=%CRLF%Don't register file extensions.%CRLF%
512 Flags=00000001
513end
514item: End Block
515end
516item: Remark
517end
518item: If/While Statement
519 Variable=TASKS
520 Value=B
521 Flags=00000010
522end
523item: Set Variable
524 Variable=SUMMARY
525 Value=%CRLF%Start Menu group: %GROUP%%CRLF%
526 Flags=00000001
527end
528item: Else Statement
529end
530item: Set Variable
531 Variable=SUMMARY
532 Value=%CRLF%No Start Menu shortcuts.%CRLF%
533 Flags=00000001
534end
535item: End Block
536end
537item: End Block
538end
539item: Remark
540end
541item: Custom Dialog Set
542 Name=Select Destination Directory
543 Display Variable=DISPLAY
544 item: Dialog
545 Title=%APPTITLE% Installation
546 Title French=Installation de %APPTITLE%
547 Title German=Installation von %APPTITLE%
548 Title Spanish=Instalación de %APPTITLE%
549 Title Italian=Installazione di %APPTITLE%
550 Width=339
551 Height=280
552 Font Name=Helv
553 Font Size=8
554 item: Push Button
555 Rectangle=188 234 244 253
556 Variable=DIRECTION
557 Value=N
558 Create Flags=01010000000000010000000000000001
559 Text=&Next >
560 Text French=&Suite >
561 Text German=&Weiter >
562 Text Spanish=&Siguiente >
563 Text Italian=&Avanti >
564 end
565 item: Push Button
566 Rectangle=264 234 320 253
567 Action=3
568 Create Flags=01010000000000010000000000000000
569 Text=&Cancel
570 Text French=&Annuler
571 Text German=&Abbrechen
572 Text Spanish=&Cancelar
573 Text Italian=&Annulla
574 end
575 item: Static
576 Rectangle=10 225 320 226
577 Action=3
578 Create Flags=01010000000000000000000000000111
579 end
580 item: Static
581 Rectangle=108 11 323 33
582 Create Flags=01010000000000000000000000000000
583 Flags=0000000000000001
584 Name=Times New Roman
585 Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
586 Text=Select Destination Directory
587 Text French=Sélectionner le répertoire de destination
588 Text German=Zielverzeichnis wählen
589 Text Spanish=Seleccione el directorio de destino
590 Text Italian=Selezionare Directory di destinazione
591 end
592 item: Listbox
593 Rectangle=108 58 321 219
594 Variable=MAINDIR
595 Enabled Color=00000000000000001111111111111111
596 Create Flags=01010000100000010000000101000001
597 Flags=0000110000001010
598 Text=%MAINDIR%
599 Text=
600 end
601 item: Static
602 Rectangle=108 40 313 58
603 Enabled Color=00000000000000001111111111111111
604 Create Flags=01010000000000000000000000000000
605 Text=Please select a directory for the %APPTITLE% files.
606 end
607 end
608 item: Dialog
609 Title=Select Destination Directory
610 Title French=Sélectionner le répertoire de destination
611 Title German=Zielverzeichnis wählen
612 Title Spanish=Seleccione el directorio de destino
613 Title Italian=Selezionare Directory di destinazione
614 Width=276
615 Height=216
616 Font Name=Helv
617 Font Size=8
618 item: Listbox
619 Rectangle=6 6 204 186
620 Variable=MAINDIR
621 Create Flags=01010000100000010000000101000000
622 Flags=0000110000100010
623 Text=%MAINDIR%
624 Text French=%MAINDIR%
625 Text German=%MAINDIR%
626 Text Spanish=%MAINDIR%
627 Text Italian=%MAINDIR%
628 end
629 item: Push Button
630 Rectangle=209 8 265 26
631 Create Flags=01010000000000010000000000000001
632 Text=OK
633 Text French=OK
634 Text German=OK
635 Text Spanish=Aceptar
636 Text Italian=OK
637 end
638 item: Push Button
639 Rectangle=209 31 265 50
640 Variable=MAINDIR
641 Value=%MAINDIR_SAVE%
642 Create Flags=01010000000000010000000000000000
643 Flags=0000000000000001
644 Text=Cancel
645 Text French=Annuler
646 Text German=Abbrechen
647 Text Spanish=Cancelar
648 Text Italian=Annulla
649 end
650 end
651end
652item: Custom Dialog Set
653 Name=Backup Replaced Files
654 Display Variable=DISPLAY
655 item: Dialog
656 Title=%APPTITLE% Installation
657 Title French=Fichiers de Sauvegarde Remplacés
658 Title German=Sicherungskopie von ersetzten Dateien erstellen
659 Title Portuguese=Ficheiros substituídos de segurança
660 Title Spanish=Copias de seguridad de los archivos reemplazados
661 Title Italian=Backup file sostituiti
662 Title Danish=Sikkerhedskopiering af erstattede filer
663 Title Dutch=Vervangen bestanden kopiëren
664 Title Norwegian=Sikkerhetskopiere erstattede filer
665 Title Swedish=Säkerhetskopiera utbytta filer
666 Width=350
667 Height=280
668 Font Name=Helv
669 Font Size=8
670 item: Push Button
671 Rectangle=188 234 244 251
672 Variable=DIRECTION
673 Value=N
674 Create Flags=01010000000000010000000000000001
675 Text=&Next >
676 Text French=&Suivant>
677 Text German=&Weiter>
678 Text Portuguese=&Próximo>
679 Text Spanish=&Siguiente >
680 Text Italian=&Avanti >
681 Text Danish=&Næste>
682 Text Dutch=&Volgende>
683 Text Norwegian=&Neste>
684 Text Swedish=&Nästa >
685 end
686 item: Push Button
687 Rectangle=131 234 188 251
688 Variable=DIRECTION
689 Value=B
690 Create Flags=01010000000000010000000000000000
691 Text=< &Back
692 Text French=<&Retour
693 Text German=<&Zurück
694 Text Portuguese=<&Retornar
695 Text Spanish=<&Retroceder
696 Text Italian=< &Indietro
697 Text Danish=<&Tilbage
698 Text Dutch=<&Terug
699 Text Norwegian=<&Tilbake
700 Text Swedish=< &Tillbaka
701 end
702 item: Push Button
703 Rectangle=278 234 330 251
704 Action=3
705 Create Flags=01010000000000010000000000000000
706 Text=Cancel
707 Text French=Annuler
708 Text German=Abbrechen
709 Text Portuguese=Cancelar
710 Text Spanish=Cancelar
711 Text Italian=Annulla
712 Text Danish=Annuller
713 Text Dutch=Annuleren
714 Text Norwegian=Avbryt
715 Text Swedish=Avbryt
716 end
717 item: Static
718 Rectangle=11 221 329 223
719 Action=3
720 Create Flags=01010000000000000000000000000111
721 end
722 item: Static
723 Rectangle=108 46 320 98
724 Create Flags=01010000000000000000000000000000
725 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.
726 Text=
727 Text=Do you want to create backups of replaced files?
728 Text French=Le programme d'installation peut créer des copies de sauvegarde de tous les fichiers remplacés pendant l'installation. Ces fichiers sont utilisés au cas où le logiciel est désinstallé et que l'on procède à la reprise du système. Si les copies de sauvegarde ne sont pas créées, on ne pourra que désinstaller le logiciel sans reprendre le système à un état précédent. Voulez-vous créer une sauvegarde des fichiers remplacés ?
729 Text German=Dieses Installationsprogramm kann Sicherungskopien von allen während der Installation ersetzten Dateien erstellen. Diese Dateien werden zur Rückgängigmachung der Installation und bei Anforderung eines Rollbacks verwendet. Ohne Sicherungskopien ist nur eine Rückgängigmachung der Installation möglich, nicht aber ein Rollback des Systems. Sicherungskopien der ersetzten Dateien erstellen?
730 Text Portuguese=Este programa de instalação pode criar cópias de segurança de todos os ficheiros substituídos durante a instalação. Estes ficheiros serão utilizados quando o programa for desinstalado e for requisitada uma retomada. Se as cópias de segurança não forem criadas, só poderá desinstalar o programa e não pode retomar um estado anterior do sistema. Deseja criar cópias de segurança dos ficheiros substituídos?
731 Text Spanish=Este programa de instalación puede crear copias de seguridad de todos los archivos reemplazados durante la instalación. Estos archivos se utilizarán cuando se desinstale el software y se solicite volver al estado anterior. Si no se crean copias de seguridad, únicamente podrá desinstalar el software y no podrá devolver el sistema al estado anterior. ¿Desea crear archivos de seguridad de los archivos reemplazados?
732 Text Italian=Questo programma di installazione può creare copie di backup di tutti i file sostituiti durante l’installazione. Questi file saranno usati quando il software sarà disinstallato e sarà 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?
733 Text Danish=Dette installationsprogram kan oprette sikkerhedskopier af alle filer, som erstattes under installationen. Disse filer benyttes, nå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?
734 Text Dutch=Dit installatieprogramma kan kopieë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ë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?
735 Text Norwegian=Dette installasjonsprogrammet kan lage sikkerhetskopier av alle filer som blir erstattet under installasjonen. Disse filene vil tas i bruk nå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. Ønsker du å lage sikkerhetskopier av de filene som blir erstattet nå?
736 Text Swedish=Installationsprogrammet kan skapa säkerhetskopior av alla filer som byts ut under installationen. Dessa filer kan sedan användas när programvaran avinstalleras och du begär rollback. Om du då inte har några säkerhetskopior kan du bara avinstallera programvaran, inte återskapa systemet i dess tidigare skick. Vill du göra säkerhetskopior av de ersatta filerna?
737 end
738 item: Radio Button
739 Rectangle=141 106 265 136
740 Variable=DOBACKUP
741 Create Flags=01010000000000010000000000001001
742 Text=&Yes, make backups
743 Text=N&o, do not make backups
744 Text=
745 Text French=&Oui
746 Text French=N&on
747 Text French=
748 Text German=&Ja
749 Text German=N&ein
750 Text German=
751 Text Portuguese=&Sim
752 Text Portuguese=Nã&o
753 Text Portuguese=
754 Text Spanish=&Sí
755 Text Spanish=N&o
756 Text Spanish=
757 Text Italian=&Sì
758 Text Italian=N&o
759 Text Italian=
760 Text Danish=&Ja
761 Text Danish=&Nej
762 Text Danish=
763 Text Dutch=&Ja
764 Text Dutch=N&ee
765 Text Dutch=
766 Text Norwegian=&Ja
767 Text Norwegian=&Nei
768 Text Norwegian=
769 Text Swedish=&Ja
770 Text Swedish=N&ej
771 Text Swedish=
772 end
773 item: Static
774 Control Name=BACK2
775 Rectangle=108 173 320 208
776 Action=1
777 Create Flags=01010000000000000000000000000111
778 Text=Backup File Destination Directory
779 Text French=Répertoire de destination des fichiers de sauvegarde
780 Text German=Zielverzeichnis für die Sicherungsdatei
781 Text Portuguese=Directório de destino de ficheiro de segurança
782 Text Spanish=Directorio de Destino de los Archivos de Seguridad
783 Text Italian=Directory di destinazione dei file di backup
784 Text Danish=Destinationsbibliotek til sikkerhedskopier
785 Text Dutch=Doeldirectory backup-bestand