home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 6 / Windows / inf / mf.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.5 KB  |  69 lines

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