home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / QuickGamma / QuickGammaV2EN.exe / install_script.iss
Text File  |  2005-03-05  |  2KB  |  45 lines

  1. ;InnoSetupVersion=4.0.9
  2.  
  3. [Setup]
  4. AppName=QuickGamma
  5. AppVerName=QuickGamma 2.0.0.2
  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.  
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\Eberhard Werle\QuickGamma"; Flags: uninsdeletekey 
  26. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "QuickGammaLoader"; Flags: uninsdeletevalue 
  27.  
  28. [Run]
  29. Filename: "{app}\QuickGamma.exe"; Description: "Launch QuickGamma"; Flags: postinstall skipifsilent nowait
  30.  
  31. [Icons]
  32. Name: "{group}\QuickGamma"; Filename: "{app}\QuickGamma.exe"; 
  33. Name: "{userdesktop}\QuickGamma"; Filename: "{app}\QuickGamma.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\QuickGamma"; Filename: "{app}\QuickGamma.exe"; Tasks: quicklaunchicon; 
  35. Name: "{group}\Uninstall QuickGamma"; Filename: "{uninstallexe}"; 
  36.  
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional Icons:"; 
  39. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional Icons:"; 
  40.  
  41. [Languages]
  42. ; These files are stubs
  43. ; To achieve better results after recompilation, use the real language files
  44. Name: "default"; MessagesFile: "embedded\default.isl"; 
  45.