home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March (DVD) / PCWorld_2007-03_DVD.iso / multimedia / flashplayer / FlashPlayerPro.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-02-06  |  2.5 KB  |  54 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Flash Player Pro
  4. AppVerName=Flash Player Pro V3.4
  5. AppId=Flash Player Pro
  6. AppPublisher=FlashPlayerPro.com
  7. AppPublisherURL=http://www.flashplayerpro.com
  8. AppSupportURL=http://www.flashplayerpro.com
  9. AppUpdatesURL=http://www.flashplayerpro.com
  10. DefaultDirName={pf}\Flash Player Pro
  11. DefaultGroupName=Flash Player Pro
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Flash Player Pro.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  20. [Dirs]
  21. Name: "{app}\Favorites"; 
  22. Name: "{app}\Favorites\Games"; 
  23. Name: "{app}\Favorites\Cartoon"; 
  24. [INI]
  25. FileName: "{app}\FlashViewer.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.flashplayerpro.com"; 
  26. [Run]
  27. Filename: "{app}\Flash Player Pro.exe"; Description: "Launch Flash Player Pro"; Flags: postinstall skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; 
  30. Name: "{group}\Help"; Filename: "{app}\help.chm"; 
  31. Name: "{group}\Homepage"; Filename: "{app}\FlashViewer.url"; 
  32. Name: "{group}\Uninstall Flash Player Pro"; Filename: "{uninstallexe}"; 
  33. Name: "{userdesktop}\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; Tasks: quicklaunchicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\FlashViewer.url"; 
  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. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "default"; MessagesFile: "embedded\default.isl"; 
  54.