home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / cpumon / cpumon_setup.exe / install_script.iss
Text File  |  2005-05-05  |  2KB  |  54 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=CPUMON
  5. AppVerName=CPUMON 1.02
  6. AppId=CPUMON
  7. AppPublisher=Goheer.com
  8. AppPublisherURL=http://www.goheer.com
  9. AppSupportURL=http://www.goheer.com
  10. AppUpdatesURL=http://www.goheer.com
  11. DefaultDirName={pf}\Goheer\CPUMON
  12. DefaultGroupName=CPUMON
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\cpumon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [Registry]
  24. Root: HKCU; Subkey: "Software\Goheer\Systools\cpumon"; Flags: uninsdeletekeyifempty 
  25. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "cpumon"; ValueType: String; ValueData: "{app}\cpumon.exe"; Flags: uninsdeletekeyifempty 
  26.  
  27. [Run]
  28. Filename: "{app}\cpumon.exe"; Description: "{cm:LaunchProgram,CPUMON}"; Flags: postinstall skipifsilent nowait
  29.  
  30. [Icons]
  31. Name: "{group}\CPUMON"; Filename: "{app}\cpumon.exe"; 
  32. Name: "{userdesktop}\CPUMON"; Filename: "{app}\cpumon.exe"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\CPUMON"; Filename: "{app}\cpumon.exe"; Tasks: quicklaunchicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  37. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  38.  
  39. [CustomMessages]
  40. default.NameAndVersion=%1 version %2
  41. default.AdditionalIcons=Additional icons:
  42. default.CreateDesktopIcon=Create a &desktop icon
  43. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  44. default.ProgramOnTheWeb=%1 on the Web
  45. default.UninstallProgram=Uninstall %1
  46. default.LaunchProgram=Launch %1
  47. default.AssocFileExtension=&Associate %1 with the %2 file extension
  48. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  49.  
  50. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "default"; MessagesFile: "embedded\default.isl"; 
  54.