home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor4.zip / CSDM / CDFILES / CDINST.PRO < prev    next >
Text File  |  1996-04-04  |  597b  |  21 lines

  1. * Specify whether to remove CD-ROM support after the installation
  2. RemoveCDROMSupport = NO
  3. *
  4. * Source directory of the CD-ROM drivers
  5. source = A:
  6. *
  7. * Drivers to be copied:
  8. copy = [BOOT]\OS2\SYSTEM | DEV002.MSG
  9. copy = [BOOT]\OS2\SYSTEM | UCDFS.MSG
  10. copy = [BOOT]\OS2\DLL    | UCDFS.DLL
  11. copy = [BOOT]\OS2        | OS2CDROM.DMD
  12. copy = [BOOT]\OS2        | CDFS.IFS
  13. *
  14. * Statements to add to CONFIG.SYS
  15. config = ifs=[BOOT]\OS2    | CDFS.IFS /Q
  16. config = device=[BOOT]\OS2 | OS2CDROM.DMD /Q
  17. *
  18. * Statements to remove from CONFIG.SYS
  19. remove = device=CDROM_G.SYS
  20. remove = device=CDROM.SYS
  21.