home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2006 March / maximum-cd-2006-03.iso / Software / Utilities / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-08-16  |  1.6 KB  |  38 lines

  1. ;InnoSetupVersion=3.0.1
  2. [Setup]
  3. AppName=CPUsage 1.2
  4. AppVerName=CPUsage
  5. AppId=CPUsage
  6. AppVersion=1.2
  7. AppPublisher=TFM Group - Romania
  8. AppPublisherURL=http://www.tfm.ro
  9. AppSupportURL=http://www.tfm.ro
  10. AppUpdatesURL=http://www.tfm.ro
  11. DefaultDirName={pf}\TFM\CPUsage
  12. DefaultGroupName=TFM\CPUsage
  13. UninstallDisplayIcon={app}\CPUsage.exe
  14. UninstallDisplayName=TFM CPUsage
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. InfoAfterFile=embedded\InfoAfter.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\CPUsage.exe"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\TFM\CPUsage"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey 
  28. [INI]
  29. FileName: "{app}\CPUsage 1.2.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.tfm.ro/"; Flags: uninsdeleteentry 
  30. [Run]
  31. Filename: "{app}\Readme.txt"; MinVersion: 4.0.950,4.0.1381; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32. [Icons]
  33. Name: "{group}\CPUsage"; Filename: "{app}\CPUsage.exe"; WorkingDir: "{app}"; IconFilename: "{app}\CPUsage.exe"; MinVersion: 4.0.950,4.0.1381; 
  34. Name: "{group}\Readme.txt"; Filename: "{app}\Readme.txt"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  35. Name: "{group}\Uninstall CPUsage 1.2"; Filename: "{uninstallexe}"; MinVersion: 4.0.950,4.0.1381; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\CPUsage 1.2.url"; 
  38.