home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / pcboost / pcboost.exe / install_script.iss
Text File  |  2005-02-10  |  4KB  |  77 lines

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