home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Win98 / PRECOPY2.CAB / diskdrv.inf < prev    next >
Encoding:
INI File  |  1998-05-11  |  868 b   |  44 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. CatalogFile=diskdrv.cat
  9. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  10. signature="$CHICAGO$"
  11. Class=DiskDrive
  12. ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318}
  13. Provider=%Msft%
  14.  
  15. ; Class Install
  16. [ClassInstall]
  17. Addreg=DiskReg
  18.  
  19. [DiskReg]
  20. HKR,,,,%DiskClassName%
  21. HKR,,EnumPropPages,,"iosclass.dll,EnumPropPages"
  22. HKR,,SilentInstall,,1
  23. HKR,,NoInstallClass,,1
  24. HKR,,Icon,,"3"
  25.  
  26. ; Table of Contents
  27. [Manufacturer]
  28. %MSFT%=Generic.Devices
  29.  
  30. [Generic.Devices]
  31. %GenDiskDesc%=GenDiskInstall,GenDisk
  32.  
  33. [GenDiskInstall]
  34. Addreg=ForceMPCopy
  35.  
  36. ;********************************Common section
  37. [ForceMPCopy]
  38. HKR,,NoSetupUI,,1
  39.  
  40. [Strings]
  41. Msft="(Standard disk drives)"
  42. DiskClassName="Disk drives"
  43. GenDiskDesc="Disk drive"
  44.