home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 Ekstra 100 Spil / K-CD_2003_Ekstra_100_Spil.iso / Board / Reversi / reversi2K.exe / install_script.iss
Text File  |  2002-04-26  |  2KB  |  47 lines

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