home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / multimedia / easygoogle / easygvdsetup.exe / install_script.iss
Text File  |  2008-01-31  |  2KB  |  55 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=Easy Google Video Downloader
  5. AppVerName=Easy Google Video Downloader 1.6
  6. AppId=Easy Google Video Downloader
  7. DefaultDirName={pf}\Easy Google Video Downloader
  8. DefaultGroupName=Easy Google Video Downloader
  9. OutputBaseFilename=easygvdsetup
  10. Compression=lzma
  11. PrivilegesRequired=poweruser
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\googlevideodownloader.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18.  
  19. [Dirs]
  20. Name: "{app}"; 
  21.  
  22. [Run]
  23. Filename: "{app}\googlevideodownloader.exe"; Description: "Start Download Google Videos Now"; Flags: postinstall skipifsilent nowait
  24. Filename: "http://www.365funnyvideos.com/googlevideodownloader/"; Description: "Read Help Online"; Flags: shellexec postinstall skipifsilent nowait
  25.  
  26. [UninstallRun]
  27. Filename: "http://supertv.365funnyvideos.com/"; Flags: shellexec nowait
  28.  
  29. [Icons]
  30. Name: "{group}\Easy Google Video Downloader"; Filename: "{app}\googlevideodownloader.exe"; WorkingDir: "{app}"; 
  31. Name: "{group}\Easy Google Video Downloader Help"; Filename: "http://www.365funnyvideos.com/googlevideodownloader/"; 
  32. Name: "{group}\Uninstall Easy Google Video Downloader"; Filename: "{uninstallexe}"; 
  33. Name: "{commondesktop}\Easy Google Video Downloader"; Filename: "{app}\googlevideodownloader.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Easy Google Video Downloader"; Filename: "{app}\googlevideodownloader.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  35.  
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  39.  
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  50.  
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.