home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / easyflv / efp.exe / install_script.iss
Text File  |  2008-08-01  |  2KB  |  53 lines

  1. ;InnoSetupVersion=5.2.1
  2.  
  3. [Setup]
  4. AppName=Easy FLV Player
  5. AppVerName=Easy FLV Player 2.0
  6. AppId=Easy FLV Player
  7. AppPublisher=YoutubeGet Developer Team
  8. AppPublisherURL=http://www.youtubeget.com/
  9. AppSupportURL=http://www.youtubeget.com/
  10. AppUpdatesURL=http://www.youtubeget.com/
  11. DefaultDirName={pf}\Easy FLV Player
  12. DefaultGroupName=Easy FLV Player
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\FLVPlayer.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\VB6STKIT.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Flash9e.ocx"; DestDir: "{app}"; Flags: regserver onlyifdoesntexist 
  22. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\VB6CHS.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  24.  
  25. [Run]
  26. Filename: "{app}\FLVPlayer.exe"; Description: "{cm:LaunchProgram,Easy FLV Player}"; Flags: postinstall skipifsilent nowait
  27.  
  28. [Icons]
  29. Name: "{group}\Easy FLV Player"; Filename: "{app}\FLVPlayer.exe"; 
  30. Name: "{group}\{cm:ProgramOnTheWeb,Easy FLV Player}"; Filename: "http://www.youtubeget.com/"; 
  31. Name: "{group}\{cm:UninstallProgram,Easy FLV Player}"; Filename: "{uninstallexe}"; 
  32. Name: "{commondesktop}\Easy FLV Player"; Filename: "{app}\FLVPlayer.exe"; Tasks: desktopicon; 
  33.  
  34. [Tasks]
  35. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  36. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  37.  
  38. [CustomMessages]
  39. english.NameAndVersion=%1 version %2
  40. english.AdditionalIcons=Additional icons:
  41. english.CreateDesktopIcon=Create a &desktop icon
  42. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  43. english.ProgramOnTheWeb=%1 on the Web
  44. english.UninstallProgram=Uninstall %1
  45. english.LaunchProgram=Launch %1
  46. english.AssocFileExtension=&Associate %1 with the %2 file extension
  47. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  48.  
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "english"; MessagesFile: "embedded\english.isl"; 
  53.