home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / fdc.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  2KB  |  57 lines

  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. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8. [SourceDisksFiles]
  9. fdc.sys         = 3426
  10. ;;--
  11. [Version]
  12. Signature="$WINDOWS NT$"
  13. Class=fdc
  14. ClassGuid={4D36E969-E325-11CE-BFC1-08002BE10318}
  15. Provider=%MSFT%
  16. DriverVer=06/21/2006,6.0.6001.18000
  17. ;; Commented by AddSDisk.cmd
  18. ;; LayoutFile=layout.inf
  19. [fdc_copyfiles]
  20. fdc.sys,,,0x100
  21. [DestinationDirs]
  22. fdc_copyfiles=12
  23. [Manufacturer]
  24. %GenManufacturer%=fdc_device,NTx86
  25. [fdc_device.NTx86]
  26. %fdc_devdesc%=fdc_install,*PNP0700
  27. [fdc_install.NT]
  28. CopyFiles=fdc_copyfiles
  29. [fdc_install.NT.Services]
  30. AddService=fdc,2,fdc_ServiceInstallSection
  31. [fdc_ServiceInstallSection]
  32. DisplayName=%fdc_ServiceDesc%
  33. ServiceType=1
  34. StartType=3
  35. ErrorControl=1
  36. ServiceBinary = %12%\fdc.sys
  37. [Strings]
  38. MSFT="Microsoft"
  39. GenManufacturer="(Standard floppy disk controllers)"
  40. fdc_devdesc="Standard floppy disk controller"
  41. fdc_ServiceDesc="Floppy Disk Controller Driver"