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

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=SameDir
  5. AppVerName=SameDir version 3.9
  6. AppId=SameDir
  7. DefaultDirName={pf}\SameDir
  8. DefaultGroupName=SameDir
  9. UninstallDisplayIcon={app}\SameDir.exe
  10. OutputBaseFilename=Samedir396
  11. Compression=lzma
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\SameDir.exe"; DestDir: "{app}"; 
  18. Source: "{app}\libbz2.dll"; DestDir: "{app}"; 
  19. Source: "{app}\ZipDll.dll"; DestDir: "{app}"; 
  20. Source: "{app}\UnzDll.dll"; DestDir: "{app}"; 
  21. Source: "{app}\history.txt"; DestDir: "{app}"; 
  22. Source: "{app}\SameDir.lng"; DestDir: "{app}"; 
  23. Source: "{app}\SameDir_about_eng.rtf"; DestDir: "{app}"; 
  24. Source: "{app}\SameDir_about_rus.rtf"; DestDir: "{app}"; 
  25. Source: "{app}\SaveSettings.bat"; DestDir: "{app}"; 
  26. Source: "{app}\ClearSettings.bat"; DestDir: "{app}"; 
  27. Source: "{app}\SameDir.exe.manifest"; DestDir: "{app}"; 
  28.  
  29. [Run]
  30. Filename: "{app}\history.txt"; Description: "View change log and important notices (recommended)"; Flags: shellexec postinstall skipifsilent nowait
  31. Filename: "{app}\SameDir_about_eng.rtf"; Description: "View the ABOUT file in English"; Flags: shellexec postinstall unchecked skipifsilent nowait
  32. Filename: "{app}\SameDir_about_rus.rtf"; Description: "View the ABOUT file in Russian"; Flags: shellexec postinstall unchecked skipifsilent nowait
  33. Filename: "{app}\Samedir.EXE"; Description: "Launch application"; Flags: postinstall unchecked skipifsilent nowait
  34.  
  35. [Icons]
  36. Name: "{group}\Run SameDir"; Filename: "{app}\SameDir.exe"; 
  37. Name: "{group}\Read about SameDir"; Filename: "{app}\SameDir_about_eng.rtf"; 
  38. Name: "{group}\Read about SameDir in RUSSIAN"; Filename: "{app}\SameDir_about_rus.rtf"; 
  39.  
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  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.