home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Lupazal / lupazal153_setup.exe / install_script.iss
Text File  |  2005-03-13  |  2KB  |  55 lines

  1. ;InnoSetupVersion=4.0.9
  2.  
  3. [Setup]
  4. AppName=LupaZal
  5. AppVerName=Lupazal 1.53
  6. AppId=LupaZal
  7. DefaultDirName={pf}\LupaZal
  8. DefaultGroupName=LupaZal
  9. UninstallDisplayIcon={app}\LupaZal.exe
  10. OutputBaseFilename=lupazal153_setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\LupaZal.exe"; DestDir: "{app}"; 
  19. Source: "{app}\Zipsfx32.bin"; DestDir: "{app}"; 
  20. Source: "{app}\Nastaven.txt"; DestDir: "{app}"; 
  21. Source: "{app}\Doc_Den.lus"; DestDir: "{app}"; 
  22. Source: "{app}\Doc_Mes.lus"; DestDir: "{app}"; 
  23. Source: "{app}\Lang\def_lp_cz.txt"; DestDir: "{app}\Lang"; 
  24. Source: "{app}\Lang\def_lp_en.txt"; DestDir: "{app}\Lang"; 
  25. Source: "{app}\Lang\def_lp_sk.txt"; DestDir: "{app}\Lang"; 
  26. Source: "{app}\Lang\Licence_sk.txt"; DestDir: "{app}\Lang"; 
  27. Source: "{app}\Lang\Readme_sk.txt"; DestDir: "{app}\Lang"; 
  28. Source: "{app}\Lang\Transl_En.Ini"; DestDir: "{app}\Lang"; 
  29. Source: "{app}\Lang\Transl_Sk.ini"; DestDir: "{app}\Lang"; 
  30. Source: "{app}\LupaZal.rtf"; DestDir: "{app}"; 
  31. Source: "{app}\Lang\Licence.txt"; DestDir: "{app}\Lang"; 
  32. Source: "{app}\Lang\Readme.txt"; DestDir: "{app}\Lang"; 
  33.  
  34. [Dirs]
  35. Name: "{app}\Lang"; 
  36.  
  37. [Registry]
  38. Root: HKCU; Subkey: "Software\LupaSoft"; Flags: uninsdeletekeyifempty 
  39. Root: HKCU; Subkey: "Software\LupaSoft\LupaZal"; Flags: uninsdeletekey 
  40. Root: HKLM; Subkey: "Software\LupaSoft"; Flags: uninsdeletekeyifempty 
  41. Root: HKLM; Subkey: "Software\LupaSoft\LupaZal"; Flags: uninsdeletekey 
  42. Root: HKLM; Subkey: "Software\LupaSoft\LupaZal\Settings"; ValueName: "path"; ValueType: String; ValueData: "{app}"; 
  43.  
  44. [Run]
  45. Filename: "{app}\Lang\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  46.  
  47. [Icons]
  48. Name: "{group}\LupaZal"; Filename: "{app}\Lupazal.exe"; 
  49. Name: "{group}\Readme"; Filename: "{app}\Lang\Readme.txt"; IconFilename: "{app}\Lang\Readme.txt"; 
  50.  
  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.