home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Graphisme / picturemerge / picturemerge.exe / install_script.iss
Text File  |  2012-07-05  |  2KB  |  49 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=STG Picture Merge
  5. AppVerName=STG Picture Merge 2.1
  6. AppId=STG Picture Merge
  7. AppPublisher=Luiz Marques - Starglider Systems
  8. AppPublisherURL=http://www.stgsys.com
  9. AppSupportURL=http://www.stgsys.com
  10. AppUpdatesURL=http://www.stgsys.com
  11. DefaultDirName={pf}\stg\picmerge
  12. DefaultGroupName=STG Picture Merge
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\picmerge.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\picmerge.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21.  
  22. [Run]
  23. Filename: "{app}\picmerge.exe"; Description: "Launch STG Picture Merge"; Flags: postinstall skipifsilent nowait
  24. Filename: "http://www.stgsys.com/mergeinstall.asp"; StatusMsg: "Launching Instructions web page..."; Flags: shellexec nowait
  25.  
  26. [Icons]
  27. Name: "{group}\STG Picture Merge"; Filename: "{app}\picmerge.exe"; 
  28. Name: "{group}\STG Picture Merge Help"; Filename: "{app}\picmerge.chm"; 
  29. Name: "{userdesktop}\STG Picture Merge"; Filename: "{app}\picmerge.exe"; Tasks: desktopicon; 
  30.  
  31. [Tasks]
  32. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  33.  
  34. [CustomMessages]
  35. default.NameAndVersion=%1 version %2
  36. default.AdditionalIcons=Additional icons:
  37. default.CreateDesktopIcon=Create a &desktop icon
  38. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  39. default.ProgramOnTheWeb=%1 on the Web
  40. default.UninstallProgram=Uninstall %1
  41. default.LaunchProgram=Launch %1
  42. default.AssocFileExtension=&Associate %1 with the %2 file extension
  43. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  44.  
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "default"; MessagesFile: "embedded\default.isl"; 
  49.