home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Wtestowe / Perform / Setup.ISS < prev    next >
Text File  |  1995-08-26  |  1KB  |  50 lines

  1. //
  2. // BonAmi Software, Performance '95 Silent Installation Script
  3. // 
  4. // To use this installation script, fill in the User Name, 
  5. // Company Name, License number and Target Install Path in the 
  6. // script below.
  7. //
  8. // To run Setup using the Silent Installation Script, type:
  9. //
  10. //    SETUP -S -F1D:\DIR1\SETUP.ISS -F2E:\DIR2\SETUP.LOG
  11. //
  12. // where:
  13. //    D:\DIR1 is the path where the setup files are located.
  14. //    E:\DIR2 is the path where the log file will be written.
  15. //
  16. [InstallSHIELD Silent]
  17. Version=v2.10.000
  18. File=Response File
  19. [Application]
  20. Name=Perf95.exe
  21. Version=1.0
  22. Company=BonAmi Software
  23. [DlgOrder]
  24. Dlg0=Welcome-0              //Welcome dialog
  25. Dlg1=AskText-0        //Name, Company Name dialog
  26. Dlg2=AskText-1        //License Number dialog
  27. Dlg3=AskDestPath-0    //Target path dialog
  28. Dlg4=AskYesNo-0        //Is Information Correct dialog
  29. Dlg5=SelectFolder-0    //Folder name
  30. Dlg6=MessageBox-0    //Setup complete
  31. Count=7
  32. [Welcome-0]
  33. Result=0        
  34. [AskText-0]        //User Name, Company name
  35. szText=User Name, Company Name
  36. Result=1
  37. [AskText-1]        //License Number
  38. szText=License-Number
  39. Result=1
  40. [AskDestPath-0]        //Target Path
  41. szPath=C:\Program Files\BonAmi Software\Performance '95\
  42. Result=1
  43. [AskYesNo-0]
  44. Result=1
  45. [SelectFolder-0]    //Folder name
  46. szResultFolder=Performance '95
  47. Result=1
  48. [MessageBox-0]
  49. Result=1
  50.