home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 October (DVD) / PCWorld_2008-10_DVD.iso / system / pcboost / pcboost.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-08-29  |  3.6 KB  |  63 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=PcBoost
  4. AppVerName=PcBoost
  5. AppId=PcBoost
  6. AppVersion=3.8.25.2008
  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=in
  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: restartreplace ignoreversion 
  25. Source: "{app}\PcBoost.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  26. Source: "{app}\PcBoost.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\History.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\PGWARE\PcBoost"; ValueName: "License"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PcBoost"; ValueType: String; ValueData: """{app}\PcBoost.exe"" /start"; Flags: uninsdeletevalue 
  33. [Run]
  34. Filename: "{app}\PcBoost.exe"; Parameters: "/notify"; Description: "Launch PcBoost"; Flags: postinstall nowait
  35. [Icons]
  36. Name: "{group}\PcBoost"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; Comment: "PcBoost"; MinVersion: 0.0,5.0; 
  37. Name: "{group}\PcBoost"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; IconIndex: 1; Comment: "PcBoost"; 
  38. Name: "{group}\PcBoost Help"; Filename: "{app}\PcBoost.chm"; Comment: "PcBoost Help"; 
  39. Name: "{group}\PcBoost Homepage"; Filename: "http://www.pgware.com"; 
  40. Name: "{group}\PcBoost ReadMe"; Filename: "{app}\ReadMe.rtf"; Comment: "PcBoost ReadMe"; 
  41. Name: "{group}\PcBoost Support"; Filename: "http://www.pgware.com/support/"; 
  42. Name: "{commondesktop}\PcBoost 3"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; Comment: "PcBoost 3"; Tasks: desktopicon; MinVersion: 0.0,5.0; 
  43. Name: "{commondesktop}\PcBoost 3"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; IconIndex: 1; Comment: "PcBoost 3"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PcBoost 3"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; Tasks: quicklaunchicon; MinVersion: 0.0,5.0; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PcBoost 3"; Filename: "{app}\PcBoost.exe"; IconFilename: "{app}\PcBoost.dll"; IconIndex: 1; 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. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.