home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / pcboost / pcboost.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-02-10  |  3.5 KB  |  67 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=PcBoost
  4. AppVerName=PcBoost
  5. AppId=PcBoost
  6. AppVersion=3.2.7.2005
  7. AppPublisher=PGWARE LLC
  8. AppPublisherURL=http://www.pgware.com
  9. AppSupportURL=http://www.pgware.com/support/
  10. AppUpdatesURL=http://www.pgware.com/downloads/
  11. AppMutex=PcBoostMutex
  12. DefaultDirName={pf}\PcBoost
  13. DefaultGroupName=PcBoost
  14. UninstallDisplayIcon={app}\PcBoost.exe
  15. UninstallDisplayName=PcBoost
  16. OutputBaseFilename=pcboost
  17. Compression=lzma
  18. ChangesAssociations=yes
  19. LicenseFile=embedded\License.rtf
  20. InfoBeforeFile=embedded\InfoBefore.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\PcBoost.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\PcBoost.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\PGWARE\PcBoost"; ValueName: "License"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PcBoost"; ValueType: String; ValueData: """{app}\PcBoost.exe"" /start"; Flags: uninsdeletevalue 
  32. [INI]
  33. FileName: "{app}\PcBoost.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com"; 
  34. FileName: "{app}\Store.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/store/"; 
  35. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/support/"; 
  36. [Run]
  37. Filename: "{app}\PcBoost.exe"; Parameters: "/notify"; Description: "Launch PcBoost"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\PcBoost"; Filename: "{app}\PcBoost.exe"; Comment: "PcBoost"; 
  40. Name: "{group}\PcBoost Help"; Filename: "{app}\PcBoost.chm"; Comment: "PcBoost Help"; 
  41. Name: "{group}\PcBoost Homepage"; Filename: "{app}\PcBoost.url"; Comment: "PcBoost Homepage"; 
  42. Name: "{group}\PcBoost Support"; Filename: "{app}\Support.url"; Comment: "PcBoost Support"; 
  43. Name: "{commondesktop}\PcBoost 3"; Filename: "{app}\PcBoost.exe"; Comment: "PcBoost 3"; Tasks: desktopicon; 
  44. Name: "{commondesktop}\PGWARE Online Store"; Filename: "{app}\Store.url"; Comment: "PGWARE Online Store"; Tasks: desktopicon; 
  45. Name: "{commonappdata}\Microsoft\Internet Explorer\Quick Launch\PcBoost 3"; Filename: "{app}\PcBoost.exe"; Comment: "PcBoost 3"; Tasks: quicklaunchicon; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\PcBoost.url"; 
  51. Type: files; Name: "{app}\Store.url"; 
  52. Type: files; Name: "{app}\Support.url"; 
  53. [CustomMessages]
  54. default.NameAndVersion=%1 version %2
  55. default.AdditionalIcons=Additional icons:
  56. default.CreateDesktopIcon=Create a &desktop icon
  57. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. default.ProgramOnTheWeb=%1 on the Web
  59. default.UninstallProgram=Uninstall %1
  60. default.LaunchProgram=Launch %1
  61. default.AssocFileExtension=&Associate %1 with the %2 file extension
  62. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "default"; MessagesFile: "embedded\default.isl"; 
  67.