home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Back4Win / b4win.exe / install_script.iss
Text File  |  2005-03-05  |  829b  |  31 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Back4Win 4.1.0.0
  5. AppVerName=Back4Win
  6. AppId=Back4Win
  7. AppVersion=4.1.0.0
  8. DefaultDirName={pf}\backup\back4win
  9. DefaultGroupName=Back4Win
  10. OutputBaseFilename=b4win
  11. Compression=zip
  12. PrivilegesRequired=none
  13. AllowNoIcons=yes
  14. InfoBeforeFile=embedded\InfoBefore.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\BACK4WIN.HLP"; DestDir: "{app}"; 
  20. Source: "{app}\back4win.exe"; DestDir: "{app}"; 
  21. Source: "{app}\zipsfx32.bin"; DestDir: "{app}"; 
  22.  
  23. [Run]
  24. Filename: "{app}\back4win.exe"; Flags: postinstall 
  25.  
  26. [Icons]
  27. Name: "{group}\Back4win"; Filename: "{app}\back4win.exe"; WorkingDir: "{app}"; IconFilename: "{app}\back4win.exe"; 
  28.  
  29. [UninstallDelete]
  30. Type: filesandordirs; Name: "{app}\default.ini"; 
  31.