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

  1.  ■;
  2. ;   USB Mass-Storage Bulk-Only FilterDrivers for Brother RemovableDisk
  3. ;   Copyright (C) Brother Industries, Ltd. 2000
  4. ;
  5. ;   BRMFCSTO.inf
  6. ;
  7. ;;++ Added by AddSDisk.cmd
  8. [SourceDisksNames]
  9. 3426=windows cd
  10. [SourceDisksFiles]
  11. brfiltlo.sys         = 3426
  12. brfiltup.sys         = 3426
  13. ;;--
  14. [Version]
  15. Signature  = "$CHICAGO$"
  16. Class      = USB
  17. ClassGUID  = {36FC9E60-C465-11CF-8056-444553540000}
  18. Provider   = %BROTHER%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. [ControlFlags]
  21. ExcludeFromSelect = *
  22. [DestinationDirs]
  23. USBSTOR.CopyList  = 10, system32\drivers
  24. DefaultDestDir    = 10, system32\drivers
  25. [USBSTOR.CopyList]
  26. BrFiltLo.sys
  27. BrFiltUp.sys
  28. [Manufacturer]
  29. %BROTHER% = Brother,NTx86
  30. [Brother.NTx86]
  31. %Brother_MFC-7400C% = USBSTOR_BULK, USB\VID_04F9&PID_0107&MI_03
  32. %Brother_MFC-9200C% = USBSTOR_BULK, USB\VID_04F9&PID_0108&MI_03
  33. %Brother_MFC-840%   = USBSTOR_BULK, USB\VID_04F9&PID_010A&MI_03
  34. %Brother_MFC-860%   = USBSTOR_BULK, USB\VID_04F9&PID_010B&MI_03
  35. %Brother_MFC-7400J% = USBSTOR_BULK, USB\VID_04F9&PID_010C&MI_03
  36. %Brother_MFC-9200J% = USBSTOR_BULK, USB\VID_04F9&PID_010D&MI_03
  37. [USBSTOR_BULK.NT]
  38. CopyFiles = USBSTOR.CopyList
  39. AddReg    = USBSTOR_BULK.AddReg
  40. Include=usbstor.inf
  41. Needs=USBSTOR.CopyList
  42. [USBSTOR_BULK.AddReg]
  43. HKR,, DriverFlags, 0x00010001, 0x00000001
  44. HKLM, "System\CurrentControlSet\Services\BrFiltLo\Parameters", "AdapterSettings", 0, "/GR=OFF /TO=10 /OW=30"
  45. HKLM, "System\CurrentControlSet\Services\Disk", "AutoRunAlwaysDisable", 0x00010008, "Brother RemovableDisk(U)"
  46. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 HW Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  47. [USBSTOR_BULK.NT.HW]
  48. AddReg = USBSTOR.NT.HW.AddReg
  49. [USBSTOR.NT.HW.AddReg]
  50. HKR,, LowerFilters, 0x00010000, "BrFiltLo"
  51. HKR,, UpperFilters, 0x00010000, "BrFiltUp"
  52. ;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 Service Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;
  53. [USBSTOR_BULK.NT.Services]
  54. Addservice = USBSTOR,  0x00000002, USBSTOR.AddService
  55. Addservice = BrFiltLo,           , BrFiltLo.AddService
  56. Addservice = BrFiltUp,           , BrFiltUp.AddService
  57. [USBSTOR.AddService]
  58. DisplayName    = %USBSTOR.SvcDesc%
  59. ServiceType    = 1
  60. StartType      = 3
  61. ErrorControl   = 1
  62. ServiceBinary  = %12%\UsbStor.sys
  63. [BrFiltLo.AddService]
  64. DisplayName    = %BrFiltLo.SvcDesc%
  65. ServiceType    = 1
  66. StartType      = 3
  67. ErrorControl   = 1
  68. ServiceBinary  = %12%\BrFiltLo.sys
  69. LoadOrderGroup = extended base
  70. [BrFiltUp.AddService]
  71. DisplayName    = %BrFiltUp.SvcDesc%
  72. ServiceType    = 1
  73. StartType      = 3
  74. ErrorControl   = 1
  75. ServiceBinary  = %12%\BrFiltUp.sys
  76. LoadOrderGroup = extended base
  77. [Strings]
  78. BROTHER                                = "Brother"
  79. USBSTOR.SvcDesc                        = "USB Mass-Storage Driver"
  80. BrFiltLo.SvcDesc                       = "Brother USB Mass-Storage Lower Filter Driver"
  81. BrFiltUp.SvcDesc                       = "Brother USB Mass-Storage Upper Filter Driver"
  82. ;; Model Name
  83. Brother_MFC-7400C = "Brother MFC-7400C"
  84. Brother_MFC-9200C = "Brother MFC-9200C"
  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"