home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 November - Disc 2 / PCNET_CD_2006_11_2.iso / apps / swf_live_preview.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-10-05  |  2.7 KB  |  55 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=SWF Live Preview
  4. AppVerName=SWF Live Preview 1.0 (Build 1.0.2.27)
  5. AppId=SWF Live Preview
  6. AppPublisher=Eltima Software
  7. AppPublisherURL=http://www.eltima.com
  8. AppSupportURL=http://www.eltima.com/support/products/
  9. AppUpdatesURL=http://www.eltima.com/products/swf-live-preview/
  10. DefaultDirName={pf}\Eltima Software\SWF Live Preview
  11. DefaultGroupName=Eltima Software\SWF Live Preview
  12. OutputBaseFilename=swf_live_preview
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\swf_lp.exe"; DestDir: "{app}"; 
  19. Source: "{tmp}\init.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  20. Source: "{app}\SWFLP.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\swf_lp.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  22. Source: "{tmp}\setup_1.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\setup_2.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. [Run]
  25. Filename: "{tmp}\init.exe"; Parameters: "/autorun"; Description: "{cm:Autorun}"; Flags: postinstall skipifsilent 
  26. Filename: "{tmp}\init.exe"; Parameters: "/cache"; Description: "{cm:CreateCache}"; Flags: postinstall skipifsilent 
  27. Filename: "{app}\swf_lp.exe"; Description: "{cm:LaunchProgram,SWF Live Preview}"; Flags: postinstall skipifsilent nowait
  28. Filename: "{app}\swflp.chm"; Description: "{cm:LaunchManual}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  29. [UninstallRun]
  30. Filename: "{app}\swf_lp.exe"; Parameters: "/remove"; 
  31. [Icons]
  32. Name: "{group}\SWF Live Preview"; Filename: "{app}\swf_lp.exe"; 
  33. Name: "{group}\{cm:UninstallProgram,SWF Live Preview}"; Filename: "{uninstallexe}"; 
  34. Name: "{group}\SWF Live Preview Manual"; Filename: "{app}\SWFLP.chm"; 
  35. [UninstallDelete]
  36. Type: files; Name: "{app}\*.*"; 
  37. Type: files; Name: "{app}"; 
  38. [CustomMessages]
  39. default.NameAndVersion=%1 version %2
  40. default.AdditionalIcons=Additional icons:
  41. default.CreateDesktopIcon=Create a &desktop icon
  42. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  43. default.ProgramOnTheWeb=%1 on the Web
  44. default.UninstallProgram=Uninstall %1
  45. default.LaunchProgram=Launch %1
  46. default.AssocFileExtension=&Associate %1 with the %2 file extension
  47. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  48. LaunchManual=View manual
  49. CreateCache=Create and cache SWF files preview for this computer now
  50. Autorun=Launch SWF Live Preview at Windows Startup
  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.