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

  1.  ■
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. mf.sys         = 3426
  7. ;;--
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%MS%
  11. Class=MultiFunction
  12. ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. ;; Commented by AddSDisk.cmd
  15. ;; LayoutFile=layout.inf
  16. ;
  17. ; Table of Contents
  18. ;
  19. [Manufacturer]
  20. %MF%=MF,NTx86
  21. [MF.NTx86]
  22. %MFCARD%=MFINSTALL.mf, *PNP0D00
  23. [MFINSTALL.mf]
  24. ;AddReg=StandardMF.Reg
  25. CopyFiles=mf.CopyFiles
  26. [MFINSTALL.mf.Services]
  27. AddService = mf, 2, mf_Service_Inst, mf_EventLog_Inst
  28. [mf_Service_Inst]
  29. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  30. StartType      = 3      ; SERVICE_DEMAND_START
  31. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  32. ServiceBinary  = %12%\mf.sys
  33. [mf_EventLog_Inst]
  34. AddReg = mf_EventLog_AddReg
  35. [mf_EventLog_AddReg]
  36. ;REG_EXPAND_SZ = 0x00020000
  37. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  38. ;REG_DWORD=0x00010001
  39. HKR,,TypesSupported,0x00010001,7
  40. [mf.CopyFiles]
  41. mf.sys
  42. [DestinationDirs]
  43. mf.CopyFiles = 12   ; MF.SYS
  44. [Strings]
  45. ; localizable
  46. MS="Microsoft"
  47. ;
  48. ; Manufacturer names
  49. ;
  50. MF="Generic multifunction card"
  51. ; Adapter names
  52. ;
  53. MFCARD="Generic Multifunction PC-Card"