home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / easyflv / efp.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-08-01  |  2.2 KB  |  46 lines

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