home *** CD-ROM | disk | FTP | other *** search
- // ==> PATCH.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= C2 //Dest Directory (user changable)
- Exe= C2 //Executable file
- Title= Caesars II //Title
- Version= .99 //Version
- Disks= 3 //Disks to be installed
- HardDrive= 8 M //requirement
- RAM640= 0 K //requirement
- RAMext= 0 M //requirement
- Sound= NO //support sound
- Printer= NO //support printer
- SVGA= Yes //using SVGA mode
- CD_ROM= NO //support CD ROM version(Source Drive)
- Patch= Yes
-
- [Disk 1]
- Id=DISK1 //check file existance for the correct disk
- MD={Drive}{Dir}
- copy=lha.exe, {Drive}{Dir}
- copy=patch.def, {Drive}{Dir}
- copy=install.def, {Drive}{Dir}
- copy=install.exe, {Drive}{Dir}
- copy=check.exe, {Drive}{Dir}
- copy=update.bat, {Drive}{Dir}
- copy=read.me, {Drive}{Dir}
- Unzip=split001.lzh, {Drive}{Dir}\
-
- [Disk 2]
- Id=DISK2 //check file existance for the correct disk
- Unzip=split002.lzh, {Drive}{Dir}\
-
-
- [Disk 3]
- Id=DISK3 //check file existance for the correct disk
- Unzip=split003.lzh, {Drive}{Dir}\
-
-
-
-
-
-
-