home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / diskdrv.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  843 b   |  43 lines

  1.  
  2. ; DISKDRV.INF  -- This file contains general description of Disk Drive devices
  3. ;
  4. ;
  5. ;*** Created 6/22/94  (Creation Date)
  6.  
  7. [Version]
  8. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  9. signature="$CHICAGO$"
  10. Class=DiskDrive
  11. ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318}
  12. Provider=%Msft%
  13.  
  14. ; Class Install
  15. [ClassInstall]
  16. Addreg=DiskReg
  17.  
  18. [DiskReg]
  19. HKR,,,,%DiskClassName%
  20. HKR,,EnumPropPages,,"iosclass.dll,EnumPropPages"
  21. HKR,,SilentInstall,,1
  22. HKR,,NoInstallClass,,1
  23. HKR,,Icon,,"3"
  24.  
  25. ; Table of Contents
  26. [Manufacturer]
  27. %MSFT%=Generic.Devices
  28.  
  29. [Generic.Devices]
  30. %GenDiskDesc%=GenDiskInstall,GenDisk
  31.  
  32. [GenDiskInstall]
  33. Addreg=ForceMPCopy
  34.  
  35. ;********************************Common section
  36. [ForceMPCopy]
  37. HKR,,NoSetupUI,,1
  38.  
  39. [Strings]
  40. Msft="(Standard disk drives)"
  41. DiskClassName="Disk drives"
  42. GenDiskDesc="Disk drive"
  43.