home *** CD-ROM | disk | FTP | other *** search
/ Multimedia-Photo & Your Disk / Image.iso / Data / softFoto / 51 / reproinst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-10-15  |  4.1 KB  |  73 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Red Eye Remover Pro
  4. AppVerName=Red Eye Remover Pro 1.2
  5. AppId=Red Eye Remover Pro
  6. DefaultDirName={pf}\Red Eye Remover Pro
  7. DefaultGroupName=Red Eye Remover Pro
  8. UninstallDisplayIcon={app}\repro.exe
  9. OutputBaseFilename=reproinst_bndl
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\help\technology.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  18. Source: "{app}\help\forum.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  19. Source: "{app}\help\tutorial.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  20. Source: "{app}\help\readme.chm"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  21. Source: "{app}\help\advertisement.chm"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  22. Source: "{app}\Language.ini"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  23. Source: "{app}\help\submit.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  24. Source: "{app}\exitpoll.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  25. Source: "{app}\repro.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  26. Source: "{app}\autoredll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{tmp}\webalbins.exe"; DestDir: "{tmp}"; Components: webalb; Flags: deleteafterinstall ignoreversion 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\VCW"; Flags: uninsdeletekeyifempty 
  30. Root: HKCU; Subkey: "Software\VCW\Red Eye Remover Pro"; Flags: uninsdeletekey 
  31. Root: HKCU; Subkey: "Software\VCW\Red Eye Remover Pro\Preferences"; Flags: uninsdeletekey 
  32. [Run]
  33. Filename: "{tmp}\webalbins.exe"; Parameters: "/SILENT"; Flags: skipifdoesntexist 
  34. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=Red Eye Remover Pro&Version=1.2"; Flags: nowait
  35. [UninstallRun]
  36. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=Red Eye Remover Pro&Version=1.2"; RunOnceId: "reproPage"; 
  37. [Icons]
  38. Name: "{group}\Red Eye Remover Pro"; Filename: "{app}\repro.exe"; WorkingDir: "{app}"; 
  39. Name: "{group}\Red Eye Remover Pro Help"; Filename: "{app}\help\readme.chm"; WorkingDir: "{app}"; 
  40. Name: "{group}\Red Eye Remover Pro Tutorial"; Filename: "{app}\help\tutorial.url"; WorkingDir: "{app}"; 
  41. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  42. Name: "{group}\Submit an image"; Filename: "{app}\help\submit.url"; WorkingDir: "{app}"; 
  43. [Components]
  44. Name: "main"; Description: "Red Eye Remover Pro"; Types: "full custom"; 
  45. Name: "webalb"; Description: "Web Photo Album"; Types: "full"; 
  46. [Types]
  47. Name: "full"; Description: "Full installation"; 
  48. Name: "custom"; Description: "Custom installation"; 
  49. [CustomMessages]
  50. English.NameAndVersion=%1 version %2
  51. English.AdditionalIcons=Additional icons:
  52. English.CreateDesktopIcon=Create a &desktop icon
  53. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. English.ProgramOnTheWeb=%1 on the Web
  55. English.UninstallProgram=Uninstall %1
  56. English.LaunchProgram=Launch %1
  57. English.AssocFileExtension=&Associate %1 with the %2 file extension
  58. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. CustomForm_Caption=Web Photo Album was selected to be installed.
  60. CustomForm_Label1_Caption0=Web Photo Album is a free add-on component that lets you easily create photo galleries for the web.
  61. CustomForm_Label2_Caption0=Its main features are:
  62. CustomForm_Label3_Caption0=This add-on component will be accessible via the Start Menu > All Programs > Web Photo Album.
  63. CustomForm_NewStaticText1_Caption0=
  64.   Ultimate user friendliness
  65. CustomForm_NewStaticText1_Caption2=
  66.   Smooth and attractive interface
  67. CustomForm_NewStaticText1_Caption4=
  68.   Web Photo Album is pure freeware
  69. [Languages]
  70. ; These files are stubs
  71. ; To achieve better results after recompilation, use the real language files
  72. Name: "English"; MessagesFile: "embedded\English.isl"; 
  73.