home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 14 / 1996-01_Disc_14.iso / sierra.inf < prev    next >
INI File  |  1995-08-31  |  2KB  |  79 lines

  1.  
  2. ;======================================================
  3. ; What the setup.exe program needs to run
  4.  
  5. [Setup]
  6. SetupSize=400
  7. BillboardSize=0
  8.  
  9. ;======================================================
  10. ; What the game needs to run
  11.  
  12. [Requirements]
  13. WinVer=310
  14. CPU=486
  15. Colors=256
  16. PhysicalMem=7500
  17. MemKB=7500
  18. Wave=2
  19. MIDI=0
  20. CDROM=2
  21. ScreenWidth=640
  22. ScreenHeight=480
  23. VideoSpeed=250
  24.  
  25.  
  26. ;======================================================
  27. ; Identity of the game
  28.  
  29. [Ident]
  30. ;TBD Set from build script
  31. Version=Demo 1
  32. ProductID=96-35
  33.  
  34. ;======================================================
  35. ; How to install this stuff
  36.  
  37. [Script]
  38. ; Choose a destination for the code
  39. PICKDEST End
  40. ; Copy the code to the destination
  41. COPY
  42. ;
  43. ;===============================================================
  44. ;
  45. ;
  46. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, resSfx, *CDROMDRIVE:\
  47. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, resAud, *CDROMDRIVE:\
  48. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, resMap, *CDROMDRIVE:\
  49. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, patchDir, *CDROMDRIVE:\patch
  50. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, requireDAC, True
  51. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, DACSize, 20480
  52. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, SCIMinK, 4000
  53. ADDTOINI *DESTDIR\RESOURCE.WIN, Windows, allowTrueColor, False
  54. ;
  55. ; Add the icon to the program manager.
  56. ADDPROGMANGROUP Sierra
  57. ADDPROGMANITEM *DESTDIR\SIERRAWH.EXE *DESTDIR\RESOURCE.WIN, IconTitle, *DESTDIR\TORIN.ICO, *DESTDIR
  58. ;
  59. ; This MUST be the last item in the [Script] section!
  60. :End
  61. END
  62.  
  63.  
  64. [Dialogs]
  65. ; None
  66.  
  67.  
  68. ;==========================================================
  69. ; End of generic install
  70. ; File list follows
  71. ;==========================================================
  72. [Files]
  73. RESOURCE.WIN,NOARCHIVE,1,93,1
  74. TORIN.ICO,NOARCHIVE,1,766,1
  75. SIERRAWH.EXE,NOARCHIVE,1,810988,1
  76. SCIDLL.DLL,NOARCHIVE,1,143642,1
  77. SIERRA.ERR,NOARCHIVE,1,8474,1
  78.  
  79.