home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Games for Windows / Over1000GamesForWindows.iso / ARCADE / RATS / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-23  |  1.7 KB  |  43 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Rats!
  4. AppVerName=Rats! 3.0
  5. AppId=Rats!
  6. AppPublisher=Sean O'Connor
  7. AppPublisherURL=http://www.windowsgames.co.uk
  8. AppSupportURL=http://www.windowsgames.co.uk
  9. AppUpdatesURL=http://www.windowsgames.co.uk
  10. DefaultDirName={pf}\Rats!
  11. DefaultGroupName=Rats!
  12. OutputBaseFilename=RatsSetup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Rats.exe"; DestDir: "{app}"; 
  19. Source: "{app}\BIRTH.WAV"; DestDir: "{app}"; 
  20. Source: "{app}\BOMB.WAV"; DestDir: "{app}"; 
  21. Source: "{app}\CHOKE.WAV"; DestDir: "{app}"; 
  22. Source: "{app}\CLUNK.WAV"; DestDir: "{app}"; 
  23. Source: "{app}\Death.wav"; DestDir: "{app}"; 
  24. Source: "{app}\GAS.WAV"; DestDir: "{app}"; 
  25. Source: "{app}\Level.lvl"; DestDir: "{app}"; 
  26. Source: "{app}\NEWSEX.WAV"; DestDir: "{app}"; 
  27. Source: "{app}\NUCLEAR.WAV"; DestDir: "{app}"; 
  28. Source: "{app}\POISON.WAV"; DestDir: "{app}"; 
  29. Source: "{app}\PUTDOWN.WAV"; DestDir: "{app}"; 
  30. Source: "{app}\rats.dat"; DestDir: "{app}"; 
  31. Source: "{app}\RATS.HLP"; DestDir: "{app}"; 
  32. Source: "{app}\SEX.WAV"; DestDir: "{app}"; 
  33. Source: "{app}\VICTORY.WAV"; DestDir: "{app}"; 
  34. Source: "{app}\WELLDONE.WAV"; DestDir: "{app}"; 
  35. Source: "{app}\WEWIN.WAV"; DestDir: "{app}"; 
  36. [Run]
  37. Filename: "{app}\Rats.exe"; Description: "Launch Rats!"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\Rats!"; Filename: "{app}\Rats.exe"; WorkingDir: "{app}"; 
  40. Name: "{userdesktop}\Rats!"; Filename: "{app}\Rats.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43.