home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / multimedia / flashplayer / FlashPlayerPro.exe / install_script.iss
Text File  |  2007-02-06  |  3KB  |  64 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=Flash Player Pro
  5. AppVerName=Flash Player Pro V3.4
  6. AppId=Flash Player Pro
  7. AppPublisher=FlashPlayerPro.com
  8. AppPublisherURL=http://www.flashplayerpro.com
  9. AppSupportURL=http://www.flashplayerpro.com
  10. AppUpdatesURL=http://www.flashplayerpro.com
  11. DefaultDirName={pf}\Flash Player Pro
  12. DefaultGroupName=Flash Player Pro
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Flash Player Pro.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [Dirs]
  24. Name: "{app}\Favorites"; 
  25. Name: "{app}\Favorites\Games"; 
  26. Name: "{app}\Favorites\Cartoon"; 
  27.  
  28. [INI]
  29. FileName: "{app}\FlashViewer.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.flashplayerpro.com"; 
  30.  
  31. [Run]
  32. Filename: "{app}\Flash Player Pro.exe"; Description: "Launch Flash Player Pro"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; 
  36. Name: "{group}\Help"; Filename: "{app}\help.chm"; 
  37. Name: "{group}\Homepage"; Filename: "{app}\FlashViewer.url"; 
  38. Name: "{group}\Uninstall Flash Player Pro"; Filename: "{uninstallexe}"; 
  39. Name: "{userdesktop}\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Flash Player Pro"; Filename: "{app}\Flash Player Pro.exe"; Tasks: quicklaunchicon; 
  41.  
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  45.  
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\FlashViewer.url"; 
  48.  
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59.  
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.