home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / utils / webserver_stress / webstress607trialsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-12  |  2.3 KB  |  46 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Webserver Stress Tool
  4. AppVerName=Webserver Stress Tool 6  (Trial)
  5. AppId=PAEwebstress6 (Trial)
  6. AppVersion=6
  7. AppPublisher=Paessler GmbH
  8. AppPublisherURL=http://www.paessler.com
  9. AppSupportURL=http://www.paessler.com/support
  10. AppUpdatesURL=http://www.paessler.com/support
  11. DefaultDirName={pf}\Webserver Stress Tool 6  (Trial)
  12. DefaultGroupName=Webserver Stress Tool 6  (Trial)
  13. UninstallDisplayIcon={app}\webstress6.exe
  14. UninstallDisplayName=Webserver Stress Tool 6 (Trial)
  15. OutputBaseFilename=Webstress6TrialSetup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\webstress6.exe"; DestDir: "{app}"; 
  24. Source: "{app}\MySSL.dll"; DestDir: "{app}"; 
  25. Source: "{app}\readme.rtf"; DestDir: "{app}"; 
  26. Source: "{app}\webstress6manual.hlp"; DestDir: "{app}"; 
  27. Source: "{app}\webstress6manual.cnt"; DestDir: "{app}"; 
  28. Source: "{app}\webstress6manual.pdf"; DestDir: "{app}"; 
  29. [INI]
  30. FileName: "{app}\paessler.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.paessler.com"; 
  31. [Run]
  32. Filename: "{app}\webstress6.exe"; Description: "Launch Webserver Stress Tool"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\Webserver Stress Tool"; Filename: "{app}\webstress6.exe"; 
  35. Name: "{group}\Paessler GmbH on the Web"; Filename: "{app}\paessler.url"; 
  36. Name: "{userdesktop}\Webserver Stress Tool"; Filename: "{app}\webstress6.exe"; Tasks: desktopicon; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Webserver Stress Tool"; Filename: "{app}\webstress6.exe"; Tasks: quicklaunchicon; 
  38. Name: "{group}\Webserver Stress Tool Help"; Filename: "{app}\WEBSTRESS6MANUAL.HLP"; 
  39. Name: "{group}\Webserver Stress Tool Manual (PDF)"; Filename: "{app}\WEBSTRESS6MANUAL.pdf"; 
  40. Name: "{group}\Webserver Stress Tool Read Me"; Filename: "{app}\readme.rtf"; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\ipcheck3.url"; 
  46.