home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 31 / PCGAMER31.bin / install.def < prev    next >
Text File  |  1995-12-20  |  1KB  |  36 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=            SLIDE          //Dest Directory (user changable)
  10. Exe=            SLIDE      //Executable file
  11. Title=          Slide Show     //Title
  12. Version=        2.00            //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.exe,   {Drive}{Dir}
  26. copy=install.def,   {Drive}{Dir}
  27. copy=check.exe,     {Drive}{Dir}
  28. xcopy=bad,          {Drive}{Dir} 
  29. xcopy=check.exe,    {Drive}{Dir} 
  30. xcopy=disk1,        {Drive}{Dir} 
  31. xcopy=install.def,  {Drive}{Dir} 
  32. xcopy=install.exe,  {Drive}{Dir} 
  33. xcopy=HD\*.*,       {Drive}{Dir} /e /s 
  34.  
  35.  
  36.