home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / Full / Throttle / throttle / throttle.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-03  |  2.4 KB  |  49 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Throttle
  4. AppVerName=Throttle
  5. AppId=Throttle
  6. AppVersion=5.6.30.2003
  7. AppPublisher=PGWARE
  8. AppPublisherURL=http://www.pgware.com
  9. AppSupportURL=http://www.pgware.com
  10. AppUpdatesURL=http://www.pgware.com
  11. AppMutex=ThrottleMutex
  12. DefaultDirName={pf}\Throttle
  13. DefaultGroupName=Throttle
  14. UninstallDisplayIcon={app}\Throttle.exe
  15. UninstallDisplayName=Throttle
  16. OutputBaseFilename=throttle
  17. Compression=zip
  18. PrivilegesRequired=none
  19. ChangesAssociations=yes
  20. LicenseFile=embedded\License.rtf
  21. InfoBeforeFile=embedded\InfoBefore.rtf
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\Throttle.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Throttle.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. [INI]
  31. FileName: "{app}\Throttle.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com"; 
  32. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/support.html"; 
  33. [Run]
  34. Filename: "{app}\Throttle.exe"; Description: "Launch Throttle"; Flags: postinstall skipifsilent nowait
  35. [Icons]
  36. Name: "{group}\Throttle Application"; Filename: "{app}\Throttle.exe"; Comment: "Throttle Application"; 
  37. Name: "{group}\Throttle Help"; Filename: "{app}\Throttle.chm"; Comment: "Throttle Help"; 
  38. Name: "{group}\Throttle Homepage"; Filename: "{app}\Throttle.url"; Comment: "Throttle Homepage"; 
  39. Name: "{group}\Throttle Support"; Filename: "{app}\Support.url"; Comment: "Throttle Support"; 
  40. Name: "{userdesktop}\Throttle"; Filename: "{app}\Throttle.exe"; Comment: "Throttle"; Tasks: desktopicon; 
  41. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Throttle"; Filename: "{app}\Throttle.exe"; Comment: "Throttle"; Tasks: quicklaunchicon; 
  42. Name: "{group}\Uninstall Throttle"; Filename: "{uninstallexe}"; Comment: "Uninstall Throttle"; 
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\Throttle.url"; 
  48. Type: files; Name: "{app}\Support.url"; 
  49.