From aa00a3e69c3cbcee5cee7abb0bfa2053017f2e73 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 1 Sep 2000 19:59:11 +0000 Subject: Install LICENSE.txt and README.txt. In the Welcome dialog: Reworded reference to non-existent "Exit Setup" button. Removed useless "Back" button. Changed "push" to "click". --- PCbuild/python20.wse | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index aebec15693..b0573ec724 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -138,17 +138,6 @@ item: Custom Dialog Set Text Spanish=&Siguiente > Text Italian=&Avanti > end - item: Push Button - Rectangle=105 187 150 202 - Variable=DISABLED - Value=! - Create Flags=01010000000000010000000000000000 - Text=< &Back - Text French=< &Retour - Text German=< &Zurück - Text Spanish=< &Atrás - Text Italian=< &Indietro - end item: Push Button Rectangle=211 186 256 201 Action=3 @@ -164,7 +153,7 @@ item: Custom Dialog Set Create Flags=01010000000000000000000000000000 Text=This installation program will install %APPTITLE% on your system. Text= - Text=Press the Next button to start the installation. You can press the Exit Setup button now if you do not want to install %APPTITLE% at this time. + Text=Click the Next button to start the installation. Click the Cancel button now if you do not want to install %APPTITLE% at this time. Text French=Ce programme d'installation va installer %APPTITLE%. Text French= Text French=Cliquez sur le bouton Suite pour démarrer l'installation. Vous pouvez cliquer sur le bouton Quitter l'installation si vous ne voulez pas installer %APPTITLE% tout de suite. @@ -655,6 +644,16 @@ item: If/While Statement Value=D Flags=00001010 end +item: Install File + Source=%_SRC_%\LICENSE + Destination=%MAINDIR%\LICENSE.txt + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\README + Destination=%MAINDIR%\README.txt + Flags=0000000000000010 +end item: Install File Source=%_SRC_%\PCbuild\python.exe Destination=%MAINDIR%\python.exe -- cgit v1.2.1