home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 February / maximum-cd-2002-02.iso / Files / BurnInTest / setup.exe / bitpkg.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-03  |  1.7 KB  |  42 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=BurnInTest
  4. AppVerName=BurnInTest v2.3 Standard
  5. AppId=BurnInTest
  6. AppVersion=2.3
  7. AppPublisher=Passmark Software
  8. AppPublisherURL=http://www.passmark.com/
  9. AppSupportURL=http://www.passmark.com/support/
  10. AppUpdatesURL=http://www.passmark.com/products/bit.htm
  11. DefaultDirName={pf}\BurnInTest
  12. DefaultGroupName=BurnInTest
  13. UninstallDisplayIcon={app}\bit.exe
  14. OutputBaseFilename=bitpkg
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\key.dat"; DestDir: "{app}"; 
  22. Source: "{app}\bit.exe"; DestDir: "{app}"; 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  24. Source: "{app}\world3.ppm"; DestDir: "{app}"; 
  25. Source: "{app}\world4.ppm"; DestDir: "{app}"; 
  26. Source: "{app}\bithelp.cnt"; DestDir: "{app}"; 
  27. Source: "{app}\bithelp.hlp"; DestDir: "{app}"; 
  28. Source: "{app}\currentbit.cfg"; DestDir: "{app}"; 
  29. Source: "{app}\bit.exe.manifest"; DestDir: "{app}"; 
  30. [INI]
  31. FileName: "{app}\BurnInTest.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com/products/bit.htm"; 
  32. [Run]
  33. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  34. Filename: "{app}\bit.exe"; Description: "Launch BurnInTest"; Flags: postinstall nowait
  35. [Icons]
  36. Name: "{group}\BurnInTest"; Filename: "{app}\bit.exe"; 
  37. Name: "{group}\BurnInTest Documentation"; Filename: "{app}\bithelp.hlp"; 
  38. Name: "{group}\BurnInTest on the Web"; Filename: "{app}\BurnInTest.url"; 
  39. Name: "{userdesktop}\BurnInTest"; Filename: "{app}\bit.exe"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\BurnInTest.url"; 
  42.