home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / vyzkuste / google2 / google2.exe / gtray_setup.exe / install_script.iss
Text File  |  2005-09-14  |  2KB  |  52 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=GTray
  5. AppVerName=GTray 2.0.0.19
  6. AppId=GTray
  7. AppPublisher=Elias Torres
  8. AppPublisherURL=http://torrez.us/gtray
  9. AppSupportURL=http://torrez.us/gtray
  10. AppUpdatesURL=http://torrez.us/gtray
  11. DefaultDirName={pf}\GTray
  12. DefaultGroupName=GTray
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\gtray.exe"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  21.  
  22. [Registry]
  23. Root: HKCU; Subkey: "Software\GTray"; Flags: uninsdeletekey 
  24.  
  25. [Run]
  26. Filename: "{app}\gtray.exe"; Description: "{cm:LaunchProgram,GTray}"; Flags: postinstall skipifsilent nowait
  27.  
  28. [Icons]
  29. Name: "{group}\GTray"; Filename: "{app}\gtray.exe"; 
  30. Name: "{userdesktop}\GTray"; Filename: "{app}\gtray.exe"; Tasks: desktopicon; 
  31. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\GTray"; Filename: "{app}\gtray.exe"; Tasks: quicklaunchicon; 
  32.  
  33. [Tasks]
  34. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  35. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  36.  
  37. [CustomMessages]
  38. default.NameAndVersion=%1 version %2
  39. default.AdditionalIcons=Additional icons:
  40. default.CreateDesktopIcon=Create a &desktop icon
  41. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. default.ProgramOnTheWeb=%1 on the Web
  43. default.UninstallProgram=Uninstall %1
  44. default.LaunchProgram=Launch %1
  45. default.AssocFileExtension=&Associate %1 with the %2 file extension
  46. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  47.  
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.