home *** CD-ROM | disk | FTP | other *** search
/ 3D Super CD Gaming / HELGAM2.iso / fldemo / install.def < prev    next >
Text File  |  1995-01-16  |  2KB  |  45 lines

  1. // ==> INSTALL.DEF
  2. // This file is the defination file for installation procedure INSTALL.EXE.
  3. // Note:
  4. //  1. After installation, install.exe will be renamed to be setup.exe,
  5. //          configuration file will be generated as   SETUP.CFG
  6. //  2. Installation will read "READ.ME" page by page for special notice.
  7. [Header]
  8. Drive=          C:              //Dest Drive (user changable)
  9. Dir=            FLINES          //Dest Directory (user changable)
  10. Exe=            FLINES          //Executable file
  11. Title=          FRONT LINES     //Title
  12. Version=        1.00            //Version
  13. Disks=          4               //Disks to be installed
  14. HardDrive=      12 M            //requirement
  15. RAM640=         0 K             //requirement
  16. RAMext=         0 M             //requirement
  17. Sound=          YES             //support sound
  18. Printer=        NO              //support printer
  19. SVGA=           NO              //using SVGA mode
  20. CD_ROM=         NO              //support CD ROM version(Source Drive)
  21.  
  22. [Disk 1]
  23. Id=DISK1                        //check file existance for the correct disk
  24. MD={Drive}{Dir}
  25. //copy=dos4gw.exe,    {Drive}{Dir}
  26. //copy=ced.exe,       {Drive}{Dir}
  27. copy=lha.exe,       {Drive}{Dir}
  28. copy=install.exe,   {Drive}{Dir}
  29. copy=check.exe,     {Drive}{Dir}
  30. Unzip=fuzzy001.lzh, {Drive}{Dir}\
  31.  
  32. [Disk 2]
  33. Id=DISK2                        //check file existance for the correct disk
  34. Unzip=fuzzy002.lzh, {Drive}{Dir}\
  35.  
  36.  
  37. [Disk 3]
  38. Id=DISK3                        //check file existance for the correct disk
  39. Unzip=fuzzy003.lzh, {Drive}{Dir}\
  40.  
  41. [Disk 4]
  42. Id=DISK4                        //check file existance for the correct disk
  43. Unzip=fuzzy004.lzh, {Drive}{Dir}\
  44.  
  45.