home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Soldat / soldat12fix.exe / setup.exe / install_script.iss
Text File  |  2004-04-10  |  876b  |  29 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Soldat 1.2 fix
  5. AppVerName=Soldat 1.2 fix
  6. AppId=Soldat 1.2 fix
  7. AppPublisher=Michal Marcinkowski
  8. AppPublisherURL=http://www.soldat.pl
  9. AppSupportURL=http://www.soldat.pl
  10. AppUpdatesURL=http://www.soldat.pl
  11. DefaultDirName=c:\
  12. DefaultGroupName=Soldat
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. Uninstallable=no
  16. PrivilegesRequired=none
  17. DisableProgramGroupPage=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\lobby_servers.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Soldat.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26.  
  27. [Run]
  28. Filename: "{app}\Config.exe"; Description: "Setup Soldat"; Flags: postinstall skipifsilent nowait
  29.