home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / fdc.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.2 KB  |  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.  
  6.  
  7.  
  8. ;;++ Added by AddSDisk.cmd
  9. [SourceDisksNames]
  10. 3426=windows cd
  11.  
  12. [SourceDisksFiles]
  13. fdc.sys         = 3426
  14. ;;--
  15.  
  16. [Version]
  17. Signature="$WINDOWS NT$"
  18. Class=fdc
  19. ClassGuid={4D36E969-E325-11CE-BFC1-08002BE10318}
  20. Provider=%MSFT%
  21. DriverVer=06/21/2006,6.0.6001.18000
  22. ;; Commented by AddSDisk.cmd
  23. ;; LayoutFile=layout.inf
  24.  
  25. [fdc_copyfiles]
  26. fdc.sys,,,0x100
  27.  
  28. [DestinationDirs]
  29. fdc_copyfiles=12
  30.  
  31. [Manufacturer]
  32. %GenManufacturer%=fdc_device,NTx86
  33.  
  34. [fdc_device.NTx86]
  35. %fdc_devdesc%=fdc_install,*PNP0700
  36.  
  37. [fdc_install.NT]
  38. CopyFiles=fdc_copyfiles
  39.  
  40. [fdc_install.NT.Services]
  41. AddService=fdc,2,fdc_ServiceInstallSection
  42.  
  43. [fdc_ServiceInstallSection]
  44. DisplayName=%fdc_ServiceDesc%
  45. ServiceType=1
  46. StartType=3
  47. ErrorControl=1
  48. ServiceBinary = %12%\fdc.sys
  49.  
  50.  
  51.  
  52. [Strings]
  53. MSFT="Microsoft"
  54. GenManufacturer="(Standard floppy disk controllers)"
  55. fdc_devdesc="Standard floppy disk controller"
  56. fdc_ServiceDesc="Floppy Disk Controller Driver"
  57.