home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Comunicatii / xray / xray.exe / install_script.iss
Text File  |  2004-11-28  |  2KB  |  59 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=X-Ray Mail Assistant
  5. AppVerName=X-Ray Mail Assistant v1, 4, 0, 0
  6. AppId=X-Ray Mail Assistant
  7. AppVersion=1, 4, 0, 0
  8. AppPublisher=X-Ray Application Software
  9. AppPublisherURL=http://www.xrayapp.com
  10. AppSupportURL=http://www.xrayapp.com
  11. DefaultDirName={pf}\xrayapp.com\XRay
  12. DefaultGroupName=X-Ray Mail Assistant
  13. UninstallDisplayIcon={app}\XRay.exe
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. ChangesAssociations=yes
  17. LicenseFile=embedded\License.txt
  18. InfoBeforeFile=embedded\InfoBefore.txt
  19. InfoAfterFile=embedded\InfoAfter.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\XRay.exe"; DestDir: "{app}"; Flags: confirmoverwrite 
  25. Source: "{app}\xray.srv"; DestDir: "{app}"; Flags: confirmoverwrite ignoreversion 
  26. Source: "{app}\UI.dll"; DestDir: "{app}"; Flags: confirmoverwrite ignoreversion 
  27. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  28. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKLM; Subkey: "Software\Shareware\XRay"; Flags: createvalueifdoesntexist uninsdeletekey 
  33.  
  34. [Run]
  35. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  36. Filename: "{app}\XRay.exe"; WorkingDir: "{app}\"; Flags: nowait
  37.  
  38. [Icons]
  39. Name: "{group}\X-Ray Mail Assistant"; Filename: "{app}\XRay.exe"; WorkingDir: "{app}"; IconFilename: "{app}\XRay.exe"; 
  40. Name: "{group}\Readme.txt"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  41. Name: "{group}\License.txt"; Filename: "{app}\license.txt"; WorkingDir: "{app}"; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\XRay"; Filename: "{app}\XRay.exe"; WorkingDir: "{app}"; IconFilename: "{app}\XRay.exe"; 
  43.  
  44. [CustomMessages]
  45. default.NameAndVersion=%1 version %2
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54.  
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.