home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / mscdrom.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-21  |  1.0 KB  |  51 lines

  1.  
  2. ; MSCDROM.INF  -- This file contains general description of CD-Rom devices
  3. ;
  4. ;
  5. ;*** Created 6/22/94  (Creation Date)
  6.  
  7. [Version]
  8. signature="$CHICAGO$"
  9. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  10. Class=CDROM
  11. ClassGUID={4d36e965-e325-11ce-bfc1-08002be10318}
  12. Provider=%Msft%
  13.  
  14. ; Class Install
  15. [ClassInstall]
  16. Addreg=CDROMReg
  17.  
  18. [CDROMReg]
  19. HKR,,,,%CDClassName%
  20. HKR,,EnumPropPages,,"iosclass.dll,EnumPropPages"
  21. HKR,,SilentInstall,,1
  22. HKR,,NOInstallClass,,1
  23. HKR,,Installer,,"IOSClass.Dll,CDROMClassInstall"
  24. HKR,,Icon,,"2"
  25.  
  26. ; Table of Contents
  27. [Manufacturer]
  28. %GenManufacture%=Generic.Devices
  29.  
  30. [Generic.Devices]
  31. %GenCDDesc%=GenCDInstall,GenCD
  32.  
  33. [GenCDInstall]
  34. Addreg=ForceMPCopy
  35.  
  36. [RemoveTosCD]
  37. UpdateCfgSys=ConfigRemoveTosCD
  38.  
  39. [ConfigRemoveTosCD]
  40. DevDelete=TOSCDROM.SYS   ;Toshiba CDROM Driver
  41.  
  42. ;********************************Common section
  43. [ForceMPCopy]
  44. HKR,,NoSetupUI,,1
  45.  
  46. [Strings]
  47. Msft="Microsoft"
  48. GenManufacture="(Standard CD-ROM device)"
  49. CDClassName="CDROM"
  50. GenCDDesc="CD-Rom Drive"
  51.