home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Shareware / Utilitare / batmon / batmon.exe / install_script.iss
Text File  |  2004-02-10  |  2KB  |  45 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=BatteryMon
  5. AppVerName=BatteryMon V1.3
  6. AppId=BatteryMon
  7. AppPublisher=PassMark Software
  8. AppPublisherURL=http://www.passmark.com
  9. AppSupportURL=http://www.passmark.com/support/
  10. AppUpdatesURL=http://www.passmark.com/products/batmon.htm
  11. DefaultDirName={pf}\BatteryMon
  12. DefaultGroupName=BatteryMon
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\BatteryMon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\BatteryMon.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\BATTERYMON.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\key.dat"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\BatteryMon.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  27.  
  28. [INI]
  29. FileName: "{app}\BatteryMon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com/products/batmon.htm"; 
  30.  
  31. [Run]
  32. Filename: "{app}\BatteryMon.exe"; Description: "Launch BatteryMon"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\BatteryMon"; Filename: "{app}\BatteryMon.exe"; 
  36. Name: "{group}\BatteryMon on the Web"; Filename: "{app}\BatteryMon.url"; 
  37. Name: "{userdesktop}\BatteryMon"; Filename: "{app}\BatteryMon.exe"; Tasks: desktopicon; 
  38. Name: "{group}\Uninstall BatteryMon"; Filename: "{uninstallexe}"; 
  39.  
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42.  
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\BatteryMon.url"; 
  45.