home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Utilitare / qgamma / QuickGammaV2EN.exe / install_script.iss
Text File  |  2005-03-30  |  2KB  |  57 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=QuickGamma
  5. AppVerName=QuickGamma 2.0.0.3
  6. AppId=QuickGamma
  7. AppPublisher=Eberhard Werle
  8. AppPublisherURL=EberhardWerle@cswebmail.com
  9. DefaultDirName={pf}\QuickGamma
  10. DefaultGroupName=QuickGamma
  11. UninstallDisplayIcon={app}\QuickGamma.exe
  12. OutputBaseFilename=QuickGammaV2EN
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\QuickGamma.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\QuickGamma.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\QuickGammaLoader.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\QuickGamma.exe.manifest"; DestDir: "{app}"; MinVersion: 5.01,5.01; Flags: ignoreversion 
  24.  
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\Eberhard Werle\QuickGamma"; Flags: uninsdeletekey 
  27. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "QuickGammaLoader"; Flags: uninsdeletevalue 
  28.  
  29. [Run]
  30. Filename: "{app}\QuickGamma.exe"; Description: "Launch QuickGamma"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\QuickGamma"; Filename: "{app}\QuickGamma.exe"; 
  34. Name: "{userdesktop}\QuickGamma"; Filename: "{app}\QuickGamma.exe"; Tasks: desktopicon; 
  35. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\QuickGamma"; Filename: "{app}\QuickGamma.exe"; Tasks: quicklaunchicon; 
  36. Name: "{group}\Uninstall QuickGamma"; Filename: "{uninstallexe}"; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional Icons:"; 
  40. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional Icons:"; 
  41.  
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.