home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / install_script.iss
Text File  |  2005-02-28  |  3KB  |  63 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Horodruin
  5. AppVerName=Horodruin v2.0.174.0
  6. AppId=Horodruin
  7. AppPublisher=Stefano Bordoni
  8. AppPublisherURL=http://stefanobordoni.interfree.it/Stefano/
  9. DefaultDirName={pf}\utils\Horodruin
  10. DefaultGroupName=Utils\Horodruin
  11. UninstallDisplayName=Horodruin
  12. OutputBaseFilename=horodruin-setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. ChangesAssociations=yes
  16. AllowNoIcons=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: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{app}\Horodruin.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\sbrdxctl.bpl"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\horodruin.chm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKCR; Subkey: ".hrd"; ValueType: String; ValueData: "hrdfile"; Flags: uninsdeletekey 
  33. Root: HKCR; Subkey: "hrdfile\DefaultIcon"; ValueType: String; ValueData: "{app}\horodruin.exe,1"; Flags: uninsdeletekey 
  34. Root: HKCR; Subkey: "hrdfile\shell\Open\command"; ValueType: String; ValueData: "{app}\horodruin.exe -open ""%l"""; Flags: uninsdeletekey 
  35. Root: HKCR; Subkey: "hrdfile\shell\Analyze\command"; ValueType: String; ValueData: "{app}\horodruin.exe -analyze ""%l"""; Flags: uninsdeletekey 
  36. Root: HKCR; Subkey: "hrdfile"; ValueType: String; ValueData: "Horodruin File"; Flags: uninsdeletekey 
  37.  
  38. [Icons]
  39. Name: "{group}\Horodruin"; Filename: "{app}\Horodruin.exe"; WorkingDir: "{app}"; 
  40. Name: "{group}\Help"; Filename: "{app}\horodruin.chm"; 
  41.  
  42. [Tasks]
  43. Name: "dwlRTL"; Description: "VCL6 RunTime Libraries (1.05 Mb) - needed the first time only!!!"; GroupDescription: "Extra Downloads to My Desktop:"; 
  44.  
  45. [UninstallDelete]
  46. Type: files; Name: "{app}\Horodruin.ini"; 
  47.  
  48. [CustomMessages]
  49. default.NameAndVersion=%1 version %2
  50. default.AdditionalIcons=Additional icons:
  51. default.CreateDesktopIcon=Create a &desktop icon
  52. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. default.ProgramOnTheWeb=%1 on the Web
  54. default.UninstallProgram=Uninstall %1
  55. default.LaunchProgram=Launch %1
  56. default.AssocFileExtension=&Associate %1 with the %2 file extension
  57. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  58.  
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.