home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ewmon10.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-02-10  |  1.8 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.17
  2. [Setup]
  3. AppName=EverWatch Server Monitor
  4. AppVerName=EverWatch Server Monitor 1.0
  5. AppId=EverWatch Server Monitor
  6. AppPublisher=AccuSolve, Inc.
  7. AppPublisherURL=http://www.acusolv.com
  8. AppSupportURL=http://www.acusolv.com
  9. AppUpdatesURL=http://www.acusolv.com
  10. DefaultDirName={pf}\AccuSolve\EverWatch
  11. DefaultGroupName=EverWatch
  12. OutputBaseFilename=ewmon10
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.rtf
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. InfoAfterFile=embedded\InfoAfter.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\srvmon.exe"; DestDir: "{app}"; 
  23. Source: "{app}\readme.rtf"; DestDir: "{app}"; 
  24. Source: "{app}\newinstall"; DestDir: "{app}"; 
  25. [INI]
  26. FileName: "{app}\srvmon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.acusolv.com"; 
  27. [Run]
  28. Filename: "{app}\srvmon.exe"; Description: "Launch EverWatch Server Monitor"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\EverWatch"; Filename: "{app}\srvmon.exe"; 
  31. Name: "{group}\EverWatch ReadMe"; Filename: "{app}\readme.rtf"; 
  32. Name: "{group}\AccuSolve on the Web"; Filename: "{app}\srvmon.url"; 
  33. Name: "{userdesktop}\Server Monitor"; Filename: "{app}\srvmon.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Server Monitor"; Filename: "{app}\srvmon.exe"; Tasks: quicklaunchicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\srvmon.url"; 
  40. Type: files; Name: "{win}\srvmon.ini"; 
  41.