home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 June / PCWELT_6_2004.ISO / pcwsoft / BITSTD.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-03-25  |  3.3 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=BurnInTest
  4. AppVerName=BurnInTest v4.0 Standard
  5. AppId=BurnInTest
  6. AppVersion=3.2
  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=bitstd
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\key.dat"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\bit.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  24. Source: "{app}\bithelp.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\bithelp.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\LastUsed.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\bit.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\HP Printer file,1.pcl"; DestDir: "{app}"; DestName: "HP Printer file.pcl"; Flags: ignoreversion 
  29. Source: "{app}\Rebooter.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\rebooter.exe"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\rebooter.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\REBOOTER.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\RebooterConfig.ini"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Testsound.mid"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\Testsound.wav"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\HP Printer file,2.pcl"; DestDir: "{app}"; DestName: "HP Printer file.pcl"; Flags: ignoreversion 
  37. Source: "{app}\BITErrorClassification.txt"; DestDir: "{app}"; Flags: ignoreversion 
  38. [Registry]
  39. Root: HKCR; Subkey: "CLSID\{{A33F285D-8B62-13D1-B2E4-0060975B8649}"; Flags: uninsdeletekey dontcreatekey 
  40. Root: HKCU; Subkey: "Software\Classes\{{A33F285D-8B62-13D1-B2E4-0060975B8649}"; Flags: uninsdeletekey dontcreatekey 
  41. Root: HKLM; Subkey: "Software\The Silicon Realms Toolworks\Armadillo"; ValueName: "{{03D4B8087980A5AFB}"; Flags: uninsdeletevalue dontcreatekey 
  42. Root: HKCU; Subkey: "Software\The Silicon Realms Toolworks\Armadillo"; ValueName: "{{03D4B8087980A5AFB}"; Flags: uninsdeletevalue dontcreatekey 
  43. [INI]
  44. FileName: "{app}\BurnInTest.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com/products/bit.htm"; 
  45. [Run]
  46. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  47. Filename: "{app}\bit.exe"; Description: "Launch BurnInTest"; Flags: postinstall nowait
  48. [Icons]
  49. Name: "{group}\BurnInTest"; Filename: "{app}\bit.exe"; 
  50. Name: "{group}\BurnInTest Documentation"; Filename: "{app}\bithelp.hlp"; 
  51. Name: "{group}\BurnInTest on the Web"; Filename: "{app}\BurnInTest.url"; 
  52. Name: "{userdesktop}\BurnInTest"; Filename: "{app}\bit.exe"; 
  53. Name: "{group}\Uninstall BurnInTest"; Filename: "{uninstallexe}"; 
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\BurnInTest.url"; 
  56. Type: files; Name: "{app}\BIT_*.avi"; 
  57. Type: files; Name: "{app}\BIT_*.mpg"; 
  58. Type: files; Name: "{win}\temp\25CA9E19.TMP"; 
  59. Type: files; Name: "{sd}\Documents and Settings\{username}\Local Settings\Temp\25CA9E19.TMP"; 
  60.