home *** CD-ROM | disk | FTP | other *** search
/ CD Action 40 / cdactionmagazinecoverdisc401999.iso / caesar / INSTALL.DEF < prev    next >
Text File  |  1995-02-01  |  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=            Caesar          //Dest Directory (user changable)
  10. Exe=            Caesar          //Executable file
  11. Title=          Caesar          //Title
  12. Version=        1.04            //Version
  13. Disks=          1               //Disks to be installed
  14. HardDrive=      2 M            //requirement
  15. RAM640=         585K             //requirement
  16. RAMext=         0 M             //requirement
  17. Sound=          NO             //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=install.exe,   {Drive}{Dir}
  26. copy=*.*,     {Drive}{Dir}
  27.  
  28.  
  29.