home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Wtestowe / Perform / data.z / Setup.iss < prev   
Text File  |  1998-01-17  |  1KB  |  51 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.  This script will require modification for
  7. // your particular installation.
  8. //
  9. // To run Setup using the Silent Installation Script, type:
  10. //
  11. //    SETUP -S -F1D:\DIR1\SETUP.ISS -F2E:\DIR2\SETUP.LOG
  12. //
  13. // where:
  14. //    D:\DIR1 is the path where the setup files are located.
  15. //    E:\DIR2 is the path where the log file will be written.
  16. //
  17. [InstallSHIELD Silent]
  18. Version=v2.10.000
  19. File=Response File
  20. [Application]
  21. Name=Perf95.exe
  22. Version=1.0
  23. Company=BonAmi Software
  24. [DlgOrder]
  25. Dlg0=Welcome-0              //Welcome dialog
  26. Dlg1=AskText-0        //Name, Company Name dialog
  27. Dlg2=AskText-1        //License Number dialog
  28. Dlg3=AskDestPath-0    //Target Path dialog
  29. Dlg4=AskYesNo-0        //Is Information Correct dialog
  30. Dlg5=SelectFolder-0    //Folder name
  31. Dlg6=MessageBox-0    //Setup complete
  32. Count=7
  33. [Welcome-0]
  34. Result=0        
  35. [AskText-0]        //User Name, Company Name
  36. szText=User Name, Company Name
  37. Result=1
  38. [AskText-1]        //License Number
  39. szText=License-Number
  40. Result=1
  41. [AskDestPath-0]        //Target Path
  42. szPath=C:\Program Files\BonAmi Software\Performance '95\
  43. Result=1
  44. [AskYesNo-0]
  45. Result=1
  46. [SelectFolder-0]    //Folder name
  47. szResultFolder=Performance '95
  48. Result=1
  49. [MessageBox-0]
  50. Result=1
  51.