home *** CD-ROM | disk | FTP | other *** search
- //
- // BonAmi Software, Performance '95 Silent Installation Script
- //
- // To use this installation script, fill in the User Name,
- // Company Name, License Number and Target Install Path in the
- // script below. This script will require modification for
- // your particular installation.
- //
- // To run Setup using the Silent Installation Script, type:
- //
- // SETUP -S -F1D:\DIR1\SETUP.ISS -F2E:\DIR2\SETUP.LOG
- //
- // where:
- // D:\DIR1 is the path where the setup files are located.
- // E:\DIR2 is the path where the log file will be written.
- //
- [InstallSHIELD Silent]
- Version=v2.10.000
- File=Response File
- [Application]
- Name=Perf95.exe
- Version=1.0
- Company=BonAmi Software
- [DlgOrder]
- Dlg0=Welcome-0 //Welcome dialog
- Dlg1=AskText-0 //Name, Company Name dialog
- Dlg2=AskText-1 //License Number dialog
- Dlg3=AskDestPath-0 //Target Path dialog
- Dlg4=AskYesNo-0 //Is Information Correct dialog
- Dlg5=SelectFolder-0 //Folder name
- Dlg6=MessageBox-0 //Setup complete
- Count=7
- [Welcome-0]
- Result=0
- [AskText-0] //User Name, Company Name
- szText=User Name, Company Name
- Result=1
- [AskText-1] //License Number
- szText=License-Number
- Result=1
- [AskDestPath-0] //Target Path
- szPath=C:\Program Files\BonAmi Software\Performance '95\
- Result=1
- [AskYesNo-0]
- Result=1
- [SelectFolder-0] //Folder name
- szResultFolder=Performance '95
- Result=1
- [MessageBox-0]
- Result=1
-