home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 March / PCWELT_3_2004.ISO / pcwsoft / bitstd.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-12-22  |  3.0 KB  |  56 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=BurnInTest
  4. AppVerName=BurnInTest v3.2 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.pcl"; DestDir: "{app}"; 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. [Registry]
  37. Root: HKCR; Subkey: "CLSID\{{A33F285D-8B62-13D1-B2E4-0060975B8649}"; Flags: uninsdeletekey dontcreatekey 
  38. Root: HKCU; Subkey: "Software\Classes\{{A33F285D-8B62-13D1-B2E4-0060975B8649}"; Flags: uninsdeletekey dontcreatekey 
  39. Root: HKLM; Subkey: "Software\The Silicon Realms Toolworks\Armadillo"; ValueName: "{{03D4B8087980A5AFB}"; Flags: uninsdeletevalue dontcreatekey 
  40. Root: HKCU; Subkey: "Software\The Silicon Realms Toolworks\Armadillo"; ValueName: "{{03D4B8087980A5AFB}"; Flags: uninsdeletevalue dontcreatekey 
  41. [INI]
  42. FileName: "{app}\BurnInTest.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com/products/bit.htm"; 
  43. [Run]
  44. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  45. Filename: "{app}\bit.exe"; Description: "Launch BurnInTest"; Flags: postinstall nowait
  46. [Icons]
  47. Name: "{group}\BurnInTest"; Filename: "{app}\bit.exe"; 
  48. Name: "{group}\BurnInTest Documentation"; Filename: "{app}\bithelp.hlp"; 
  49. Name: "{group}\BurnInTest on the Web"; Filename: "{app}\BurnInTest.url"; 
  50. Name: "{userdesktop}\BurnInTest"; Filename: "{app}\bit.exe"; 
  51. Name: "{group}\Uninstall BurnInTest"; Filename: "{uninstallexe}"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\BurnInTest.url"; 
  54. Type: files; Name: "{win}\temp\25CA9E19.TMP"; 
  55. Type: files; Name: "{sd}\Documents and Settings\{username}\Local Settings\Temp\25CA9E19.TMP"; 
  56.