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

  1. ;
  2. ; BRMFCUMD.INF -- brother MFC USB driver (FaxModem port) setup file
  3. ; Copyright (c) 1999,2000,2001 brother industries,LTD.
  4. ;
  5.  
  6.  
  7. ;;++ Added by AddSDisk.cmd
  8. [SourceDisksNames]
  9. 3426=windows cd
  10.  
  11. [SourceDisksFiles]
  12. brusbmdm.sys         = 3426
  13. ;;--
  14.  
  15. [Version]
  16. signature="$CHICAGO$"
  17. Class=USB
  18. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  19. Provider="Brother"
  20. DriverVer=06/21/2006,6.0.6001.18000
  21.  
  22. ; Table of Contents
  23. [Manufacturer]
  24. %Brother%=Brother,NTx86
  25.  
  26. [DestinationDirs]
  27. BrUsbMdm.CopyList = 10,System32\Drivers
  28. DefaultDestDir = 11
  29.  
  30. [Brother.NTx86]
  31. ;ZL
  32. %Brother_MFC8600/9650_Series% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0100_USBMDMP
  33. %Brother_MFC9600/9870_Series% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0101_USBMDMP
  34. %Brother_MFC-8300J% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0104_USBMDMP
  35. %Brother_MFC-9600J% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0105_USBMDMP
  36. ;BY4
  37. %Brother_MFC-7300C% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0106_USBMDMP
  38. %Brother_MFC-7400C% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0107_USBMDMP
  39. %Brother_MFC-9200C% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0108_USBMDMP
  40. %Brother_MFC-830%   = BrUsbMdm, MF\BROTHER_VID_04F9&PID_0109_USBMDMP
  41. %Brother_MFC-840%   = BrUsbMdm, MF\BROTHER_VID_04F9&PID_010A_USBMDMP
  42. %Brother_MFC-860%   = BrUsbMdm, MF\BROTHER_VID_04F9&PID_010B_USBMDMP
  43. %Brother_MFC-7400J% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_010C_USBMDMP
  44. %Brother_MFC-9200J% = BrUsbMdm, MF\BROTHER_VID_04F9&PID_010D_USBMDMP
  45.  
  46. [ControlFlags]
  47. ExcludeFromSelect=*
  48.  
  49. [BrUsbMdm.NT]
  50. CopyFiles=BrUsbMdm.CopyList
  51. AddReg=BrUsbMdm.AddReg
  52.  
  53. [BrUsbMdm.NT.Services]
  54. Addservice = BrUsbMdm, 0x00000002, BrUsbMdm.AddService
  55.  
  56.  
  57. [BrUsbMdm.AddService]
  58. DisplayName    = %BrUsbMdm.SvcDesc%
  59. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  60. StartType      = 3                  ; SERVICE_DEMAND_START
  61. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  62. ServiceBinary  = %10%\System32\Drivers\BrUsbMdm.sys
  63.  
  64. [BrUsbMdm.AddReg]
  65. HKR,,DevLoader,,*ntkern
  66. HKR,N,TMPDriver,,BrUsbMdm.sys
  67.  
  68. [BrUsbMdm.CopyList]
  69. BrUsbMdm.sys
  70.  
  71.  
  72. [Strings]
  73. Brother="Brother"
  74. BrUsbMdm.SvcDesc="Brother MFC USB Fax Only Modem"
  75.  
  76. ;; Model Name
  77. Brother_MFC8600/9650_Series = "Brother MFC8600/9650 Series"
  78. Brother_MFC9600/9870_Series = "Brother MFC9600/9870 Series"
  79. Brother_MFC-8300J = "Brother MFC-8300J"
  80. Brother_MFC-9600J = "Brother MFC-9600J"
  81. Brother_MFC-7300C = "Brother MFC-7300C"
  82. Brother_MFC-7400C = "Brother MFC-7400C"
  83. Brother_MFC-9200C = "Brother MFC-9200C"
  84. Brother_MFC-830 = "Brother MFC-830"
  85. Brother_MFC-840 = "Brother MFC-840"
  86. Brother_MFC-860 = "Brother MFC-860"
  87. Brother_MFC-7400J = "Brother MFC-7400J"
  88. Brother_MFC-9200J = "Brother MFC-9200J"
  89.  
  90.