home *** CD-ROM | disk | FTP | other *** search
- // ==> INSTALL.DEF
- // This file is the defination file for installation procedure INSTALL.EXE.
- // Note:
- // 1. After installation, install.exe will be renamed to be setup.exe,
- // configuration file will be generated as SETUP.CFG
- // 2. Installation will read "READ.ME" page by page for special notice.
- [Header]
- Drive= C: //Dest Drive (user changable)
- Dir= FLINES //Dest Directory (user changable)
- Exe= FLINES //Executable file
- Title= FRONT LINES //Title
- Version= 1.00 //Version
- Disks= 4 //Disks to be installed
- HardDrive= 12 M //requirement
- RAM640= 0 K //requirement
- RAMext= 0 M //requirement
- Sound= YES //support sound
- Printer= NO //support printer
- SVGA= NO //using SVGA mode
- CD_ROM= NO //support CD ROM version(Source Drive)
-
- [Disk 1]
- Id=DISK1 //check file existance for the correct disk
- MD={Drive}{Dir}
- //copy=dos4gw.exe, {Drive}{Dir}
- //copy=ced.exe, {Drive}{Dir}
- copy=lha.exe, {Drive}{Dir}
- copy=install.exe, {Drive}{Dir}
- copy=check.exe, {Drive}{Dir}
- Unzip=fuzzy001.lzh, {Drive}{Dir}\
-
- [Disk 2]
- Id=DISK2 //check file existance for the correct disk
- Unzip=fuzzy002.lzh, {Drive}{Dir}\
-
-
- [Disk 3]
- Id=DISK3 //check file existance for the correct disk
- Unzip=fuzzy003.lzh, {Drive}{Dir}\
-
- [Disk 4]
- Id=DISK4 //check file existance for the correct disk
- Unzip=fuzzy004.lzh, {Drive}{Dir}\
-
-