home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Games for Windows / Over1000GamesForWindows.iso / ARCADE / Reversi / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-30  |  1.8 KB  |  42 lines

  1. ;InnoSetupVersion=3.0.0
  2. [Setup]
  3. AppName=Reversi 2K
  4. AppVerName=LuviSoft.com Reversi 2K
  5. AppId=Reversi 2K
  6. AppVersion=2.1
  7. AppPublisher=LuviSoft.com
  8. AppPublisherURL=http://www.luvisoft.com
  9. AppSupportURL=http://www.luvisoft.com/reversi
  10. AppUpdatesURL=http://www.luvisoft.com/reversi
  11. DefaultDirName={pf}\LuviSoft.com\Reversi 2K
  12. DefaultGroupName=LuviSoft.com\Reversi 2K
  13. UninstallDisplayIcon={app}\reversi2K.exe
  14. UninstallDisplayName=Reversi 2k version 2.1
  15. OutputBaseFilename=reversi2K
  16. Compression=zip
  17. PrivilegesRequired=none
  18. DisableProgramGroupPage=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\reversi2K.exe"; DestDir: "{app}"; 
  24. Source: "{sys}\VB6IT.DLL"; DestDir: "{sys}"; Flags: sharedfile 
  25. Source: "{app}\Reversi 2K On the Web.url"; DestDir: "{app}"; 
  26. Source: "{sys}\ledd.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{app}\FX\Drop.wav"; DestDir: "{app}\FX"; 
  28. Source: "{app}\FX\Turn1.wav"; DestDir: "{app}\FX"; 
  29. Source: "{app}\FX\Turn2.wav"; DestDir: "{app}\FX"; 
  30. Source: "{app}\reversi2k.cnt"; DestDir: "{app}"; 
  31. Source: "{app}\REVERSI2K.HLP"; DestDir: "{app}"; 
  32. [Run]
  33. Filename: "{app}\reversi2K.exe"; Description: "Launch Reversi 2K"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\Reversi 2K"; Filename: "{app}\reversi2K.exe"; 
  36. Name: "{userdesktop}\Reversi 2K"; Filename: "{app}\reversi2K.exe"; Tasks: desktopicon; 
  37. Name: "{group}\Reversi 2K On the Web"; Filename: "{app}\Reversi 2K On the Web.url"; IconFilename: "{app}\Reversi 2K On the Web.url"; 
  38. Name: "{group}\Reversi 2k Help"; Filename: "{app}\REVERSI2K.HLP"; 
  39. Name: "{group}\Uninstall Reversi 2k"; Filename: "{uninstallexe}"; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42.