home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-01-29 | 2.0 KB | 79 lines |
-
- ;======================================================
- ; What the setup.exe program needs to run
-
- [Setup]
- SetupSize=400
- BillboardSize=0
-
- ;======================================================
- ; What the game needs to run
-
- [Requirements]
- WinVer=310
- CPU=486
- Colors=256
- PhysicalMem=7500
- MemKB=7500
- Wave=2
- MIDI=0
- CDROM=2
- ScreenWidth=640
- ScreenHeight=480
- VideoSpeed=250
-
-
- ;======================================================
- ; Identity of the game
-
- [Ident]
- ;TBD Set from build script
- Version=Demo 1
- ProductID=96-35
-
- ;======================================================
- ; How to install this stuff
-
- [Script]
- ; Choose a destination for the code
- PICKDEST End
- ; Copy the code to the destination
- COPY
- ;
- ;===============================================================
- ;
- ;
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, resSfx, *CDROMDRIVE:\tordemo
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, resAud, *CDROMDRIVE:\tordemo
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, resMap, *CDROMDRIVE:\tordemo
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, patchDir, *CDROMDRIVE:\tordemo\patch
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, requireDAC, True
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, DACSize, 20480
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, SCIMinK, 4000
- ADDTOINI *DESTDIR\TORDEMO\RESOURCE.WIN, Windows, allowTrueColor, False
- ;
- ; Add the icon to the program manager.
- ADDPROGMANGROUP Sierra
- ADDPROGMANITEM *DESTDIR\TORDEMO\SIERRAWH.EXE *DESTDIR\TORDEMO\RESOURCE.WIN, IconTitle, *DESTDIR\TORDEMO\TORIN.ICO, *DESTDIR\TORDEMO
- ;
- ; This MUST be the last item in the [Script] section!
- :End
- END
-
-
- [Dialogs]
- ; None
-
-
- ;==========================================================
- ; End of generic install
- ; File list follows
- ;==========================================================
- [Files]
- RESOURCE.WIN,NOARCHIVE,1,93,1
- TORIN.ICO,NOARCHIVE,1,766,1
- SIERRAWH.EXE,NOARCHIVE,1,786080,1
- SCIDLL.DLL,NOARCHIVE,1,143642,1
- SIERRA.ERR,NOARCHIVE,1,8474,1
-
-