mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2024-11-21 19:55:17 -05:00
1044 lines
36 KiB
Plaintext
Executable File
1044 lines
36 KiB
Plaintext
Executable File
Document Type: WSE
|
||
item: Global
|
||
Version=7.0
|
||
Title=Multimedia High Speed Modem Installation
|
||
Flags=00010100
|
||
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||
Copy Default=1
|
||
Japanese Font Name=MS Gothic
|
||
Japanese Font Size=9
|
||
Progress Bar DLL=%_WISE_%\Progress\WIZ%_EXE_OS_TYPE_%.DLL
|
||
Start Gradient=0 0 255
|
||
End Gradient=0 0 0
|
||
Windows Flags=00000100000000010010110000001000
|
||
Log Pathname=%MAINDIR%\INSTALL.LOG
|
||
Message Font=MS Sans Serif
|
||
Font Size=8
|
||
Pages Modified=00110001010100100000001000000001
|
||
Extra Pages=00000000000000000000000000100000
|
||
Disk Label=Default
|
||
Disk Filename=SETUP
|
||
Patch Flags=0000000000000001
|
||
Patch Threshold=85
|
||
Patch Memory=4000
|
||
EXE Filename=hsmodem_setup.exe
|
||
FTP Cluster Size=20
|
||
Per-User Version ID=1
|
||
Dialogs Version=7
|
||
Version File=V0.4
|
||
Version Description=Multimedia High Speed Modem
|
||
Version Copyright=Kurt Moraw
|
||
Version Company=DJ0ABR
|
||
Step View=Simple
|
||
Variable Name1=_SYS_
|
||
Variable Default1=C:\Windows\system32
|
||
Variable Flags1=00001000
|
||
Variable Name2=_WIN_
|
||
Variable Default2=C:\Windows
|
||
Variable Flags2=00001000
|
||
Variable Name3=_WISE_
|
||
Variable Default3=C:\Program Files\Wise InstallBuilder
|
||
Variable Flags3=00001000
|
||
Variable Name4=_ALIASNAME_
|
||
Variable Flags4=00001000
|
||
Variable Name5=_ALIASPATH_
|
||
Variable Flags5=00001000
|
||
Variable Name6=_ALIASTYPE_
|
||
Variable Flags6=00001000
|
||
end
|
||
item: Remark
|
||
Text=If you do not want Rem statements to appear when you create a new installation,
|
||
end
|
||
item: Remark
|
||
Text=open Empty Project.wse from the Template folder in the Wise application
|
||
end
|
||
item: Remark
|
||
Text=directory, delete the Rem statements, and select Save from the File menu.
|
||
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: Remark
|
||
Text=APPTITLE is the application title of the installation
|
||
end
|
||
item: Set Variable
|
||
Variable=APPTITLE
|
||
Value=Multimedia High Speed Modem
|
||
Flags=10000000
|
||
end
|
||
item: Remark
|
||
Text=GROUP is the variable that holds the Program Files Group that shortcuts will be placed on the Windows Start Menu
|
||
end
|
||
item: Set Variable
|
||
Variable=GROUP
|
||
Value=Amsat
|
||
Flags=10000000
|
||
end
|
||
item: Remark
|
||
Text=DISABLED variable is initialized for backward compatability
|
||
end
|
||
item: Set Variable
|
||
Variable=DISABLED
|
||
Value=!
|
||
end
|
||
item: Remark
|
||
Text=MAINDIR is the variable that holds the default destination directory
|
||
end
|
||
item: Set Variable
|
||
Variable=MAINDIR
|
||
Value=hsmodem
|
||
Flags=10000000
|
||
end
|
||
item: Remark
|
||
Text=This IF/THEN/ELSE blocks reads the default Program Files and Common directories from the registry
|
||
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=MAINDIR
|
||
Value=%PROGRAM_FILES%\%MAINDIR%
|
||
Flags=00001100
|
||
end
|
||
item: Set Variable
|
||
Variable=EXPLORER
|
||
Value=1
|
||
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=B
|
||
Flags=10000000
|
||
end
|
||
item: Remark
|
||
Text=If COMPONENTS are enabled, the COMPONENTS variable is initialized with possible selections
|
||
end
|
||
item: Set Variable
|
||
Variable=COMPONENTS
|
||
Flags=10000000
|
||
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).
|
||
end
|
||
item: Set Variable
|
||
Variable=BRANDING
|
||
Value=0
|
||
end
|
||
item: If/While Statement
|
||
Variable=BRANDING
|
||
Value=1
|
||
end
|
||
item: Read INI Value
|
||
Variable=NAME
|
||
Pathname=%INST%\CUSTDATA.INI
|
||
Section=Registration
|
||
Item=Name
|
||
end
|
||
item: Read INI Value
|
||
Variable=COMPANY
|
||
Pathname=%INST%\CUSTDATA.INI
|
||
Section=Registration
|
||
Item=Company
|
||
end
|
||
item: If/While Statement
|
||
Variable=NAME
|
||
end
|
||
item: Set Variable
|
||
Variable=DOBRAND
|
||
Value=1
|
||
end
|
||
item: Get System Information
|
||
Variable=NAME
|
||
Flags=00000110
|
||
end
|
||
item: Get System Information
|
||
Variable=COMPANY
|
||
Flags=00000111
|
||
end
|
||
item: End Block
|
||
end
|
||
item: End Block
|
||
end
|
||
item: Remark
|
||
Text=The Wizard Loop contains the dialog screens that the user sees in the installation
|
||
end
|
||
item: Remark
|
||
Text=If you would like to change the graphic on the dialog boxes, you need to change it by double-clicking on the Wizard Loop line and change the bitmap path.
|
||
end
|
||
item: Wizard Block
|
||
Direction Variable=DIRECTION
|
||
Display Variable=DISPLAY
|
||
Bitmap Pathname=%_WISE_%\DIALOGS\TEMPLATE\WIZARD.BMP
|
||
X Position=9
|
||
Y Position=10
|
||
Filler Color=8421376
|
||
Dialog=Select Program Manager Group
|
||
Dialog=Select Backup Directory
|
||
Dialog=Display Registration Information
|
||
Dialog=Get Registration Information
|
||
Variable=GROUP
|
||
Variable=DOBACKUP
|
||
Variable=DOBRAND
|
||
Variable=DOBRAND
|
||
Value=
|
||
Value=A
|
||
Value=1
|
||
Value=1
|
||
Compare=0
|
||
Compare=1
|
||
Compare=0
|
||
Compare=1
|
||
Flags=00000011
|
||
end
|
||
item: Remark
|
||
Text=If you need to change the size of your Custom Dialogs, you need only change the "Welcome" screen.
|
||
end
|
||
item: Remark
|
||
Text=It's size is the template for all following dialogs within the Wizard Loop.
|
||
end
|
||
item: Custom Dialog Set
|
||
Name=Welcome
|
||
Display Variable=DISPLAY
|
||
item: Dialog
|
||
Title=Welcome
|
||
Title French=Bienvenue
|
||
Title German=Willkommen
|
||
Title Portuguese=Bem-vindo
|
||
Title Spanish=Bienvenido
|
||
Title Italian=Benvenuto
|
||
Title Danish=Velkommen
|
||
Title Dutch=Welkom
|
||
Title Norwegian=Velkommen
|
||
Title Swedish=V<>lkommen
|
||
Width=280
|
||
Height=224
|
||
Font Name=Helv
|
||
Font Size=8
|
||
item: Push Button
|
||
Rectangle=172 185 214 199
|
||
Variable=DIRECTION
|
||
Value=N
|
||
Create Flags=01010000000000010000000000000001
|
||
Text=&Next >
|
||
Text French=&Suivant>
|
||
Text German=&Weiter>
|
||
Text Portuguese=&Pr<50>ximo>
|
||
Text Spanish=&Siguiente >
|
||
Text Italian=&Avanti >
|
||
Text Danish=&N<>ste>
|
||
Text Dutch=&Volgende>
|
||
Text Norwegian=&Neste>
|
||
Text Swedish=&N<>sta >
|
||
end
|
||
item: Push Button
|
||
Rectangle=222 185 264 199
|
||
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=9 177 263 178
|
||
Action=3
|
||
Create Flags=01010000000000000000000000000111
|
||
end
|
||
item: Static
|
||
Rectangle=83 8 121 33
|
||
Action=2
|
||
Enabled Color=00000000000000001111111111111111
|
||
Create Flags=01010000000000000000000000001011
|
||
Pathname=%_WISE_%\dialogs\template\install.grf
|
||
Pathname French=%_WISE_%\dialogs\template\install.grf
|
||
Pathname German=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Portuguese=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Spanish=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Italian=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Danish=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Dutch=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Norwegian=%_WISE_%\dialogs\template\install.grf
|
||
Pathname Swedish=%_WISE_%\dialogs\template\install.grf
|
||
end
|
||
item: Static
|
||
Rectangle=121 10 258 44
|
||
Enabled Color=00000000000000001111111111111111
|
||
Create Flags=01010000000000000000000000000000
|
||
Text=Welcome to %APPTITLE% Setup program. This program will install %APPTITLE% on your computer.
|
||
Text French=Bienvenue sur le programme d'installation %APPTITLE%. Ce programme va installer %APPTITLE% sur votre ordinateur.
|
||
Text German=Willkommen im Installationsprogramm f<>r %APPTITLE%. Dieses Programm installiert %APPTITLE% auf Ihrem Computer.
|
||
Text Portuguese=Bem-vindo ao programa de configura<72><61>o %APPTITLE%. Este programa instalar<61> %APPTITLE% no seu computador
|
||
Text Spanish=Bienvenido al programa de Configuraci<63>n %APPTITLE%. Este programa instalar<61> %APPTITLE en su ordenador
|
||
Text Italian=Benvenuto nel programma di installazione di %APPTITLE%. Con questo programma puoi installare %APPTITLE% sul tuo computer.
|
||
Text Danish=Velkommen til %APPTITLE% installationsprogrammet. Dette program installerer %APPTITLE% p<> computeren.
|
||
Text Dutch=Welkom bij het %APPTITLE% installatieprogramma. Dit programma installeert %APPTITLE% op uw computer.
|
||
Text Norwegian=Velkommen til %APPTITLE% Oppsett-program. Dette programmet vil installere %APPTITLE% p<> datamaskinen din.
|
||
Text Swedish=V<>lkommen till installationsprogrammet f<>r %APPTITLE%. Detta program installerar %APPTITLE% p<> din dator.
|
||
end
|
||
item: Static
|
||
Rectangle=90 45 260 175
|
||
Enabled Color=00000000000000001111111111111111
|
||
Create Flags=01010000000000000000000000000000
|
||
Text=It is strongly recommended that you exit all Windows programs before running this Setup Program.
|
||
Text=
|
||
Text=Click Cancel to quit Setup and close any programs you have running. Click Next to continue with the Setup program .
|
||
Text=
|
||
Text=This program is free under the conditions of GPL V3 and the licenses of the 3rd party libraries. By installing and using this program, you agree to these licenses.
|
||
Text French=Il vous est fortement recommand<6E> de fermer tous les programmes Windows avant d'ex<65>cuter le Programme d'Installation
|
||
Text French=
|
||
Text French=Cliquez sur Annuler pour quitter l'Installation et fermez tous les programmes actuellement utilis<69>s. Cliquez sur Suivant pour continuer l'installation
|
||
Text French=
|
||
Text French=ATTENTION : Ce programme est prot<6F>g<EFBFBD> par la loi sur les droits d'exploitation et par les trait<69>s internationaux
|
||
Text French=
|
||
Text French=Toute reproduction ou distribution, m<>me partielle, de ce programme qui n'aura pas re<72>u d'autorisation pr<70>alable fera l'objet de poursuites et sera s<>v<EFBFBD>rement sanctionn<6E>e par le droit civil et p<>nal
|
||
Text German=Wir empfehlen nachdr<64>cklich, vor Ausf<73>hren dieses Installationsprogramms alle Windows-Programme zu beenden.
|
||
Text German=
|
||
Text German=Auf Abbrechen klicken, um die Installation zu beenden und alle laufenden Programme zu schlie<69>en. Auf Weiter klicken, um mit dem Installationsprogramm zu beginnen.
|
||
Text German=
|
||
Text German=WARNUNG: Dieses Programm ist urheberrechtlich sowie durch internationale Vertr<74>ge gesch<63>tzt.
|
||
Text German=
|
||
Text German=Die unzul<75>ssige Vervielf<6C>ltigung oder Verbreitung dieses Programms, ob ganz oder auszugsweise, kann schwere zivil- und strafrechtliche Konsequenzen nach sich ziehen und wird unter voller Aussch<63>pfung der Rechtsmittel geahndet.
|
||
Text Portuguese=Recomenda-se insistentemente que saia de todos os programas do Windows antes de executar este Programa de Configura<72><61>o.
|
||
Text Portuguese=
|
||
Text Portuguese=Fa<46>a um clique sobre Cancelar para sair da Configura<72><61>o e feche todos os programas que estiver a executar. Fa<46>a um clique sobre Pr<50>ximo para continuar com o programa de configura<72><61>o
|
||
Text Portuguese=
|
||
Text Portuguese=AVISO: Este programa est<73> protegido pela lei de direitos do autor e tratados internacionais
|
||
Text Portuguese=
|
||
Text Portuguese=A reprodu<64><75>o e a distribui<75><69>o sem autoriza<7A><61>o deste programa, ou qualquer parte dele, pode dar lugar <20> aplica<63><61>o de severas san<61><6E>es civis e criminais, e ser<65>o perseguidas <20> extens<6E>o m<>xima permitida pela lei.
|
||
Text Spanish=Se recomienda encarecidamente que salga de todos los programas Windows antes de ejecutar este programa de Configuraci<63>n.
|
||
Text Spanish=
|
||
Text Spanish=Haga un clic en Cancelar para abandonar la Configuraci<63>n y cerrar cualquier programa que haya estado ejecutando. Haga un clic en Siguiente para continuar con el programa de Configuraci<63>n.
|
||
Text Spanish=
|
||
Text Spanish=AVISO: Este programa est<73> protegido por las leyes de derechos de autor y tratados internacionales.
|
||
Text Spanish=
|
||
Text Spanish=La reproducci<63>n o distribuci<63>n no autorizadas de este programa, o cualquier parte de <20>l, podr<64>a dar como resultado rigurosas multas civiles y penales, y se entablar<61> la m<>xima acci<63>n judicial que permita la ley.
|
||
Text Italian=Ti consigliamo di uscire da tutti i programmi Windows prima di eseguire questo programma di installazione.
|
||
Text Italian=
|
||
Text Italian=Fai clic su Annulla per uscire dal programma di installazione e chiudi tutti i programmi aperti. Fai clic su Avanti per continuare con il programma di Installazione.
|
||
Text Italian=
|
||
Text Italian=AVVERTENZA: Questo programma <20> protetto ai sensi delle norme di legge e delle convenzioni internazionali in materia di diritti di copyright.
|
||
Text Italian=
|
||
Text Italian=La riproduzione o la distribuzione totale o parziale non autorizzata di questo programma potr<74> essere soggetta a penalit<69> civili e penali, e sar<61> punita con la massima severit<69> possibile a norma di legge.
|
||
Text Danish=Det anbefales kraftigt at afslutte alle Windows programmer, inden man k<>rer dette installationsprogram.
|
||
Text Danish=
|
||
Text Danish=Klik p<> Annuller for at forlade installationsprogrammet og lukke alle igangv<67>rende programmer. Klik p<> N<>ste for at forts<74>tte med installationsprogrammet.
|
||
Text Danish=
|
||
Text Danish=ADVARSEL: Dette program er beskyttet af copyright og internationale traktater.
|
||
Text Danish=
|
||
Text Danish=Uautoriseret gengivelse eller videresalg af dette program eller dele heraf kan f<>re til streng civil- og/eller kriminel stra. Retsforf<72>lgning heraf vil finde sted i det videste omfang der hjemles muligt.
|
||
Text Dutch=Het wordt aangeraden om alle Windows programma's af te sluiten voordat u met de installatie van dit programma begint.
|
||
Text Dutch=
|
||
Text Dutch=Klik op Annuleren om de installatie te verlaten en eventueel nog lopende programma's af te sluiten. Klik op Volgende om verder te gaan met het Installatieprogramma.
|
||
Text Dutch=
|
||
Text Dutch=WAARSCHUWING: dit computerprogramma is auteursrechtelijk beschermd.
|
||
Text Dutch=
|
||
Text Dutch=Onrechtmatige verveelvoudiging of distributie van dit programma of een gedeelte ervan is verboden en strafbaar en zal met alle beschikbare juridische middelen worden bestreden.
|
||
Text Norwegian=Det anbefales p<> det sterkeste at du avslutter alle Windows-programmer f<>r du kj<6B>rer dette Oppsett-programmet.
|
||
Text Norwegian=
|
||
Text Norwegian=Velg Avbryt for <20> avbryte Oppsett og lukk alle programmer som er i bruk. Velg Neste for <20> fortsette med Oppsett-programmet.
|
||
Text Norwegian=
|
||
Text Norwegian=ADVARSEL: Dette programmet er beskyttet i henhold til lover om opphavsrett og internasjonale konvensjoner.
|
||
Text Norwegian=
|
||
Text Norwegian=Uautorisert kopiering eller distribuering av dette programmet eller deler av det, vil resultere i alvorlig sivil og kriminell straff og vil f<>re til saksm<73>l i h<>yest mulig utstrekning i henhold til loven.
|
||
Text Swedish=Du tillr<6C>ds best<73>mt att g<> ur alla Windows-program innan du k<>r installationsprogrammet.
|
||
Text Swedish=
|
||
Text Swedish=Klicka p<> Avbryt f<>r att g<> ur installationsprogrammet och st<73>ng eventuella program som du har laddade. Klicka p<> N<>sta f<>r att forts<74>tta med installationen.
|
||
Text Swedish=
|
||
Text Swedish=VARNING: Detta program <20>r skyddat av upphovsr<73>tten och internationella avtal.
|
||
Text Swedish=
|
||
Text Swedish=Om du utan tillst<73>nd kopierar eller distribuerar detta program eller delar av det kan det bli allvarliga civilr<6C>ttsliga och brottsr<73>ttliga straffp<66>f<EFBFBD>ljder. Vi beivrar s<>dana <20>vertr<74>delser i den allra h<>gsta utstr<74>ckning som lagen till<6C>ter.
|
||
end
|
||
end
|
||
end
|
||
item: Custom Dialog Set
|
||
Name=Select Program Manager Group
|
||
Display Variable=DISPLAY
|
||
item: Dialog
|
||
Title=Select Program Manager Group
|
||
Title French=S<>lectionnez le Groupe du Gestionnaire de Programmes
|
||
Title German=Programm-Managergruppe w<>hlen
|
||
Title Portuguese=Seleccionar o Grupo Gestor de Programas
|
||
Title Spanish=Seleccione el Grupo del Administrador del Programa
|
||
Title Italian=Seleziona il gruppo Program Manager
|
||
Title Danish=V<>lg Programstyringsgruppen
|
||
Title Dutch=Kies Programmabeheergroep.
|
||
Title Norwegian=Velg Programbehandlingsgruppen
|
||
Title Swedish=V<>lj grupp i Programhanteraren
|
||
Width=280
|
||
Height=224
|
||
Font Name=Helv
|
||
Font Size=8
|
||
item: Push Button
|
||
Rectangle=172 185 214 199
|
||
Variable=DIRECTION
|
||
Value=N
|
||
Create Flags=01010000000000010000000000000001
|
||
Text=&Next >
|
||
Text French=&Suivant>
|
||
Text German=&Weiter>
|
||
Text Portuguese=&Pr<50>ximo>
|
||
Text Spanish=&Siguiente >
|
||
Text Italian=&Avanti >
|
||
Text Danish=&N<>ste>
|
||
Text Dutch=&Volgende>
|
||
Text Norwegian=&Neste>
|
||
Text Swedish=&N<>sta >
|
||
end
|
||
item: Push Button
|
||
Rectangle=130 185 172 199
|
||
Variable=DIRECTION
|
||
Value=B
|
||
Create Flags=01010000000000010000000000000000
|
||
Flags=0000000000000001
|
||
Text=< &Back
|
||
Text French=<&Retour
|
||
Text German=<&Zur<75>ck
|
||
Text Portuguese=<&Retornar
|
||
Text Spanish=<&Retroceder
|
||
Text Italian=< &Indietro
|
||
Text Danish=<&Back
|
||
Text Dutch=<&Terug
|
||
Text Norwegian=<&Tilbake
|
||
Text Swedish=< &Tillbaka
|
||
end
|
||
item: Push Button
|
||
Rectangle=222 185 264 199
|
||
Action=3
|
||
Create Flags=01010000000000010000000000000000
|
||
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
|
||
item: Static
|
||
Rectangle=9 177 263 178
|
||
Action=3
|
||
Create Flags=01010000000000000000000000000111
|
||
end
|
||
item: Static
|
||
Rectangle=90 10 260 38
|
||
Create Flags=01010000000000000000000000000000
|
||
Text=Enter the name of the Program Manager group to add %APPTITLE% icons to:
|
||
Text French=Entrez le nom du groupe du Gestionnaire de Programmes o<> placer les ic<69>nes %APPTITLE% <20> :
|
||
Text German=Den Namen der Programm-Managergruppe w<>hlen, in der die %APPTITLE%-Symbole gespeichert werden sollen:
|
||
Text Portuguese=Introduzir o nome do Grupo Gestor de Programa para acrescentar os <20>cones %APPTITLE% para:
|
||
Text Spanish=Introduzca el nombre del grupo del Administrador del Programa para a<>adir los iconos %APPTITLE para:
|
||
Text Italian=Inserisci il nome del gruppo Program Manager per aggiungere le icone di %APPTITLE% a:
|
||
Text Danish=Indtast navnet p<> Programstyringsgruppen der skal tilf<6C>jes %APPTITLE% elementer:
|
||
Text Dutch=Breng de naam van de programmabeheergroep in waaraan u %APPTITLE%-pictogrammen wilt toevoegen.
|
||
Text Norwegian=Tast inn navnet p<> programbehandlingsgruppen for <20> legge %APPTITLE%-ikoner til:
|
||
Text Swedish=Skriv in namnet p<> den grupp i Programhanteraren d<>r du vill ha ikonerna f<>r %APPTITLE%:
|
||
end
|
||
item: Combobox
|
||
Rectangle=90 42 260 172
|
||
Variable=GROUP
|
||
Create Flags=01010000001000010000001100000001
|
||
Flags=0000000000000001
|
||
Text=%GROUP%
|
||
Text=
|
||
Text French=%GROUP%
|
||
Text French=
|
||
Text German=%GROUP%
|
||
Text German=
|
||
Text Portuguese=%GROUP%
|
||
Text Portuguese=
|
||
Text Spanish=%GROUP%
|
||
Text Spanish=
|
||
Text Italian=%GROUP%
|
||
Text Italian=
|
||
Text Danish=%GROUP%
|
||
Text Danish=
|
||
Text Dutch=%GROUP%
|
||
Text Dutch=
|
||
Text Norwegian=%GROUP%
|
||
Text Norwegian=
|
||
Text Swedish=%GROUP%
|
||
Text Swedish=
|
||
end
|
||
end
|
||
end
|
||
item: Custom Dialog Set
|
||
Name=Start Installation
|
||
Display Variable=DISPLAY
|
||
item: Dialog
|
||
Title=Start Installation
|
||
Title French=Commencer l'installation
|
||
Title German=Installation beginnen
|
||
Title Portuguese=Iniciar Instala<6C><61>o
|
||
Title Spanish=Comenzar la Instalaci<63>n
|
||
Title Italian=Avvia Installazione
|
||
Title Danish=Start installationen
|
||
Title Dutch=Start de installatie
|
||
Title Norwegian=Start installeringen
|
||
Title Swedish=Starta installationen
|
||
Width=280
|
||
Height=224
|
||
Font Name=Helv
|
||
Font Size=8
|
||
item: Push Button
|
||
Rectangle=172 185 214 199
|
||
Variable=DIRECTION
|
||
Value=N
|
||
Create Flags=01010000000000010000000000000001
|
||
Text=&Next >
|
||
Text French=&Suivant>
|
||
Text German=&Weiter>
|
||
Text Portuguese=&Pr<50>ximo>
|
||
Text Spanish=&Siguiente >
|
||
Text Italian=&Avanti >
|
||
Text Danish=&N<>ste>
|
||
Text Dutch=&Volgende>
|
||
Text Norwegian=&Neste>
|
||
Text Swedish=&N<>sta >
|
||
end
|
||
item: Push Button
|
||
Rectangle=130 185 172 199
|
||
Variable=DIRECTION
|
||
Value=B
|
||
Create Flags=01010000000000010000000000000000
|
||
Text=< &Back
|
||
Text French=<&Retour
|
||
Text German=<&Zur<75>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=222 185 264 199
|
||
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=9 177 263 178
|
||
Action=3
|
||
Create Flags=01010000000000000000000000000111
|
||
end
|
||
item: Static
|
||
Rectangle=90 10 260 70
|
||
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 French=Vous <20>tes maintenant pr<70>t <20> installer %APPTITLE%
|
||
Text French=
|
||
Text French=Cliquez sur Suivant pour commencer l'installation ou Retour pour entrer <20> nouveau les informations d'installation
|
||
Text German=Sie sind jetzt zur Installation von %APPTITLE% bereit.
|
||
Text German=
|
||
Text German=Auf die Schaltfl<66>che Weiter klicken, um mit dem Start der Installation zu beginnen, oder auf die Schaltfl<66>che Zur<75>ck, um die Installationsinformationen nochmals aufzurufen.
|
||
Text Portuguese=Est<73> agora pronto para instalar %APPTITLE%
|
||
Text Portuguese=
|
||
Text Portuguese=Pressione o bot<6F>o Pr<50>ximo para come<6D>ar a instala<6C><61>o ou o bot<6F>o Retornar para introduzir novamente a informa<6D><61>o sobre a instala<6C><61>o
|
||
Text Spanish=Ahora estar<61> listo para instalar %APPTITLE%.
|
||
Text Spanish=
|
||
Text Spanish=Pulse el bot<6F>n de Siguiente para comenzar la instalaci<63>n o el bot<6F>n Retroceder para volver a introducir la informaci<63>n sobre la instalaci<63>n.
|
||
Text Italian=Sei pronto ad installare %APPTITLE%.
|
||
Text Italian=
|
||
Text Italian=Premi il tasto Avanti per iniziare l<>installazione o il tasto Indietro per rientrare nuovamente nei dati sull<6C>installazione
|
||
Text Danish=Du er nu klar til at installere %APPTITLE%.
|
||
Text Danish=
|
||
Text Danish=Klik p<> N<>ste for at starte installationen eller p<> Tilbage for at <20>ndre installationsoplysningerne.
|
||
Text Dutch=U bent nu klaar om %APPTITLE% te installeren.
|
||
Text Dutch=
|
||
Text Dutch=Druk op Volgende om met de installatie te beginnen of op Terug om de installatie-informatie opnieuw in te voeren.
|
||
Text Norwegian=Du er n<> klar til <20> installere %APPTITLE%
|
||
Text Norwegian=
|
||
Text Norwegian=Trykk p<> Neste-tasten for <20> starte installeringen, eller Tilbake-tasten for <20> taste inn installasjonsinformasjonen p<> nytt.
|
||
Text Swedish=Du <20>r nu redo att installera %APPTITLE%.
|
||
Text Swedish=
|
||
Text Swedish=Tryck p<> N<>sta f<>r att starta installationen eller p<> Tillbaka f<>r att skriva in installationsinformationen p<> nytt.
|
||
end
|
||
end
|
||
end
|
||
item: Remark
|
||
Text=This reinitialized the BACKUP directory so that it reflects the change the user made to MAINDIR
|
||
end
|
||
item: If/While Statement
|
||
Variable=DISPLAY
|
||
Value=Select Destination Directory
|
||
end
|
||
item: Set Variable
|
||
Variable=BACKUP
|
||
Value=%MAINDIR%\BACKUP
|
||
end
|
||
item: End Block
|
||
end
|
||
item: End Block
|
||
end
|
||
item: Remark
|
||
Text=When the BACKUP feature is enabled, the BACKUPDIR is initialized
|
||
end
|
||
item: If/While Statement
|
||
Variable=DOBACKUP
|
||
Value=A
|
||
end
|
||
item: Set Variable
|
||
Variable=BACKUPDIR
|
||
Value=%BACKUP%
|
||
end
|
||
item: End Block
|
||
end
|
||
item: Remark
|
||
Text=The BRANDING information is written to the INI file on the installation media.
|
||
end
|
||
item: If/While Statement
|
||
Variable=BRANDING
|
||
Value=1
|
||
end
|
||
item: If/While Statement
|
||
Variable=DOBRAND
|
||
Value=1
|
||
end
|
||
item: Edit INI File
|
||
Pathname=%INST%\CUSTDATA.INI
|
||
Settings=[Registration]
|
||
Settings=NAME=%NAME%
|
||
Settings=COMPANY=%COMPANY%
|
||
Settings=
|
||
end
|
||
item: End Block
|
||
end
|
||
item: End Block
|
||
end
|
||
item: Remark
|
||
Text=Begin writing to the INSTALL.LOG
|
||
end
|
||
item: Open/Close INSTALL.LOG
|
||
end
|
||
item: Remark
|
||
Text=Check free disk space calculates free disk space as well as component sizes.
|
||
end
|
||
item: Remark
|
||
Text=It should be located before all Install File actions.
|
||
end
|
||
item: Check Disk Space
|
||
Component=COMPONENTS
|
||
end
|
||
item: Remark
|
||
Text=This include script allows uninstall support
|
||
end
|
||
item: Include Script
|
||
Pathname=%_WISE_%\INCLUDE\uninstal.wse
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\Satellite-icon.ico
|
||
Destination=%MAINDIR%\Satellite-icon.ico
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\3000.pcm
|
||
Destination=%MAINDIR%\audio\3000.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\4000.pcm
|
||
Destination=%MAINDIR%\audio\4000.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\4410.pcm
|
||
Destination=%MAINDIR%\audio\4410.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\4800.pcm
|
||
Destination=%MAINDIR%\audio\4800.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\5500.pcm
|
||
Destination=%MAINDIR%\audio\5500.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\6000.pcm
|
||
Destination=%MAINDIR%\audio\6000.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\6600.pcm
|
||
Destination=%MAINDIR%\audio\6600.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\7200.pcm
|
||
Destination=%MAINDIR%\audio\7200.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\amsat.pcm
|
||
Destination=%MAINDIR%\audio\amsat.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\kbps.pcm
|
||
Destination=%MAINDIR%\audio\kbps.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\psk8.pcm
|
||
Destination=%MAINDIR%\audio\psk8.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\audio\qpsk.pcm
|
||
Destination=%MAINDIR%\audio\qpsk.pcm
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\bass.dll
|
||
Destination=%MAINDIR%\bass.dll
|
||
Flags=0000000010000011
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\basswasapi.dll
|
||
Destination=%MAINDIR%\basswasapi.dll
|
||
Flags=0000000010000011
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\hsmodem.exe
|
||
Destination=%MAINDIR%\hsmodem.exe
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libcodec2.dll
|
||
Destination=%MAINDIR%\libcodec2.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libfftw3-3.dll
|
||
Destination=%MAINDIR%\libfftw3-3.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libgcc_s_dw2-1.dll
|
||
Destination=%MAINDIR%\libgcc_s_dw2-1.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libgcc_s_sjlj-1.dll
|
||
Destination=%MAINDIR%\libgcc_s_sjlj-1.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libliquid.dll
|
||
Destination=%MAINDIR%\libliquid.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\liblpcnetfreedv.dll
|
||
Destination=%MAINDIR%\liblpcnetfreedv.dll
|
||
Flags=0000000010000010
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\libwinpthread-1.dll
|
||
Destination=%MAINDIR%\libwinpthread-1.dll
|
||
Flags=0000000010000011
|
||
end
|
||
item: Install File
|
||
Source=c:\tmp\WinRelease\oscardata.exe
|
||
Destination=%MAINDIR%\oscardata.exe
|
||
Flags=0000000010000011
|
||
end
|
||
item: Remark
|
||
Text=This IF/THEN/ELSE reads the correct registry entries for shortcut/icon placement
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=STARTUPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%WIN%\Start Menu\Programs\StartUp
|
||
Value Name=StartUp
|
||
Flags=00000010
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=DESKTOPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%WIN%\Desktop
|
||
Value Name=Desktop
|
||
Flags=00000010
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=STARTMENUDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%WIN%\Start Menu
|
||
Value Name=Start Menu
|
||
Flags=00000010
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=GROUPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%WIN%\Start Menu\Programs
|
||
Value Name=Programs
|
||
Flags=00000010
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=CSTARTUPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%STARTUPDIR%
|
||
Value Name=Common Startup
|
||
Flags=00000100
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=CDESKTOPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%DESKTOPDIR%
|
||
Value Name=Common Desktop
|
||
Flags=00000100
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=CSTARTMENUDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%STARTMENUDIR%
|
||
Value Name=Common Start Menu
|
||
Flags=00000100
|
||
end
|
||
item: Get Registry Key Value
|
||
Variable=CGROUPDIR
|
||
Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
|
||
Default=%GROUPDIR%
|
||
Value Name=Common Programs
|
||
Flags=00000100
|
||
end
|
||
item: Set Variable
|
||
Variable=CGROUP_SAVE
|
||
Value=%GROUP%
|
||
end
|
||
item: Set Variable
|
||
Variable=GROUP
|
||
Value=%GROUPDIR%\%GROUP%
|
||
end
|
||
item: Create Shortcut
|
||
Source=%MAINDIR%\oscardata.exe
|
||
Destination=%GROUP%\HSmodem.lnk
|
||
Working Directory=%MAINDIR%
|
||
Icon Number=0
|
||
Icon Pathname=%MAINDIR%\Satellite-icon.ico
|
||
Key Type=1536
|
||
Flags=00000001
|
||
end
|
||
item: Remark
|
||
Text=All OCX/DLL/EXE files that are self-registered
|
||
end
|
||
item: Self-Register OCXs/DLLs
|
||
Description=Updating System Configuration, Please Wait...
|
||
end
|
||
item: Remark
|
||
Text=This Wizard Loop finalizes the install
|
||
end
|
||
item: Wizard Block
|
||
Direction Variable=DIRECTION
|
||
Display Variable=DISPLAY
|
||
Bitmap Pathname=%_WISE_%\DIALOGS\TEMPLATE\WIZARD.BMP
|
||
X Position=9
|
||
Y Position=10
|
||
Filler Color=8421440
|
||
Flags=00000011
|
||
end
|
||
item: Custom Dialog Set
|
||
Name=Finished
|
||
Display Variable=DISPLAY
|
||
item: Dialog
|
||
Title=Installation Complete
|
||
Title French=Installation en cours
|
||
Title German=Installation abgeschlossen
|
||
Title Portuguese=Instala<6C><61>o Completa
|
||
Title Spanish=Se ha completado la Instalaci<63>n
|
||
Title Italian=Installazione completata
|
||
Title Danish=Installation gennemf<6D>rt
|
||
Title Dutch=Installatie afgerond
|
||
Title Norwegian=Installasjonen er fullf<6C>rt
|
||
Title Swedish=Installationen klar
|
||
Width=280
|
||
Height=224
|
||
Font Name=Helv
|
||
Font Size=8
|
||
item: Push Button
|
||
Rectangle=170 185 212 199
|
||
Variable=DIRECTION
|
||
Value=N
|
||
Create Flags=01010000000000010000000000000001
|
||
Text=&Finish >
|
||
Text French=&Terminer>
|
||
Text German=&Fertigstellen>
|
||
Text Portuguese=&Terminar >
|
||
Text Spanish=&Finalizar>
|
||
Text Italian=&Fine >
|
||
Text Danish=&Afslut >
|
||
Text Dutch=&Klaar>
|
||
Text Norwegian=&Avslutt>
|
||
Text Swedish=&Sluta>
|
||
end
|
||
item: Push Button
|
||
Control Name=CANCEL
|
||
Rectangle=222 185 264 199
|
||
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=9 177 263 178
|
||
Action=3
|
||
Create Flags=01010000000000000000000000000111
|
||
end
|
||
item: Static
|
||
Rectangle=90 10 260 63
|
||
Enabled Color=00000000000000001111111111111111
|
||
Create Flags=01010000000000000000000000000000
|
||
Text=%APPTITLE% has been successfully installed.
|
||
Text=
|
||
Text=
|
||
Text=Press the Finish button to exit this installation.
|
||
Text=
|
||
Text French=L'installation de %APPTITLE% est r<>ussie
|
||
Text French=
|
||
Text French=
|
||
Text French=Cliquez sur Terminer pour quitter cette installation
|
||
Text French=
|
||
Text German=%APPTITLE% wurde erfolgreich installiert.
|
||
Text German=
|
||
Text German=
|
||
Text German=Zum Beenden dieser Installation Fertigstellen anklicken.
|
||
Text German=
|
||
Text Portuguese=%APPTITLE% foi instalado com <20>xito
|
||
Text Portuguese=
|
||
Text Portuguese=
|
||
Text Portuguese=Pressionar o bot<6F>o Terminar para sair desta instala<6C><61>o
|
||
Text Portuguese=
|
||
Text Spanish=%APPTITLE% se ha instalado con <20>xito.
|
||
Text Spanish=
|
||
Text Spanish=
|
||
Text Spanish=Pulse el bot<6F>n de Finalizar para salir de esta instalaci<63>n.
|
||
Text Spanish=
|
||
Text Italian=%APPTITLE% <20> stato installato.
|
||
Text Italian=
|
||
Text Italian=
|
||
Text Italian=Premi il pulsante Fine per uscire dal programma di installazione
|
||
Text Italian=
|
||
Text Danish=%APPTITLE% er nu installeret korrekt.
|
||
Text Danish=
|
||
Text Danish=
|
||
Text Danish=Klik p<> Afslut for at afslutte installationen.
|
||
Text Danish=
|
||
Text Dutch=%APPTITLE% is met succes ge<67>nstalleerd.
|
||
Text Dutch=
|
||
Text Dutch=
|
||
Text Dutch=Druk op Klaar om deze installatie af te ronden.
|
||
Text Dutch=
|
||
Text Norwegian=Installasjonen av %APPTITLE% er vellykket.
|
||
Text Norwegian=
|
||
Text Norwegian=
|
||
Text Norwegian=Trykk p<> Avslutt-tasten for <20> avslutte denne installasjonen.
|
||
Text Norwegian=
|
||
Text Swedish=Installationen av %APPTITLE% har lyckats.
|
||
Text Swedish=
|
||
Text Swedish=
|
||
Text Swedish=Tryck p<> Sluta f<>r att g<> ur installationsprogrammet.
|
||
Text Swedish=
|
||
end
|
||
item: Push Button
|
||
Control Name=BACK
|
||
Rectangle=128 185 170 199
|
||
Variable=DIRECTION
|
||
Value=B
|
||
Create Flags=01010000000000010000000000000000
|
||
Text=< &Back
|
||
Text French=<&Retour
|
||
Text German=<&Zur<75>ck
|
||
Text Portuguese=<&Retornar
|
||
Text Spanish=<&Retroceder
|
||
Text Italian=< &Indietro
|
||
Text Danish=<&Tilbage
|
||
Text Dutch=<&Terug
|
||
Text Norwegian=<&Tilbake
|
||
Text Swedish=< &Tillbaka
|
||
end
|
||
item: Set Control Attribute
|
||
Control Name=BACK
|
||
Operation=1
|
||
end
|
||
item: Set Control Attribute
|
||
Control Name=CANCEL
|
||
Operation=1
|
||
end
|
||
end
|
||
end
|
||
item: End Block
|
||
end
|
||
item: New Event
|
||
Name=Cancel
|
||
end
|
||
item: Remark
|
||
Text=This include script supports a rollback to preinstallation state if the user chooses to cancel before the installation is complete.
|
||
end
|
||
item: Include Script
|
||
Pathname=%_WISE_%\INCLUDE\rollback.wse
|
||
end
|