home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / flines / install.def < prev    next >
Text File  |  1995-03-29  |  1KB  |  29 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=            FL_DEMO         //Dest Directory (user changable)
  10. Exe=            FLINES          //Executable file
  11. Title=          FRONT LINES     //Title
  12. Version=        1.02            //Version
  13. Disks=          1               //Disks to be installed
  14. HardDrive=      10 M            //requirement
  15. RAM640=         0 K             //requirement
  16. RAMext=         0 M             //requirement
  17. Sound=          YES             //support sound
  18. Printer=        NO              //support printer
  19. SVGA=           YES             //using SVGA mode
  20. CD_ROM=         YES             //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=install.def,   {Drive}{Dir}
  26. xcopy=hd\*.*,          {Drive}{Dir} /e /s
  27.  
  28.  
  29.