Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

  1. ; FDC.INF -- This file contains descriptions of all the
  2. ; Floppy Drive Controllers supported in Windows NT
  3. ;
  4. ; Copyright (c) Microsoft Corporation. All rights reserved.
  5. [Version]
  6. Signature="$WINDOWS NT$"
  7. Class=fdc
  8. ClassGuid={4D36E969-E325-11CE-BFC1-08002BE10318}
  9. Provider=%MSFT%
  10. LayoutFile=layout.inf
  11. [ClassInstall32.NT]
  12. AddReg=fdc_class_addreg
  13. [fdc_class_addreg]
  14. HKR,,,,%FdcClassName%
  15. HKR,,NoInstallClass,,1
  16. HKR,,TroubleShooter-0,,"hcp://help/tshoot/tsdrive.htm"
  17. HKR,,Icon,,-9
  18. HKR,,DeviceType,0x10001,4 ; FILE_DEVICE_CONTROLLER
  19. HKR,,DeviceCharacteristics,0x10001,0x100 ; Use same security checks on relative opens
  20. [fdc_copyfiles]
  21. fdc.sys
  22. [DestinationDirs]
  23. fdc_copyfiles=12
  24. [Manufacturer]
  25. %GenManufacturer%=fdc_device
  26. [fdc_device]
  27. %fdc_devdesc%=fdc_install,*PNP0700
  28. [fdc_install.NT]
  29. CopyFiles=fdc_copyfiles
  30. [fdc_install.NT.Services]
  31. AddService=fdc,2,fdc_ServiceInstallSection
  32. [fdc_ServiceInstallSection]
  33. DisplayName=%fdc_ServiceDesc%
  34. ServiceType=1
  35. StartType=3
  36. ErrorControl=1
  37. ServiceBinary = %12%\fdc.sys