home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 December / VPR0312.ISO / PCTUNE / bitstd / bitstd.exe / install_script.iss
Text File  |  2003-06-05  |  3KB  |  63 lines

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