home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / brmfcsto.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  6.2 KB  |  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.  
  8.  
  9.  
  10. ;;++ Added by AddSDisk.cmd
  11. [SourceDisksNames]
  12. 3426=windows cd
  13.  
  14. [SourceDisksFiles]
  15. brfiltlo.sys         = 3426
  16. brfiltup.sys         = 3426
  17. ;;--
  18.  
  19. [Version]
  20. Signature  = "$CHICAGO$"
  21. Class      = USB
  22. ClassGUID  = {36FC9E60-C465-11CF-8056-444553540000}
  23. Provider   = %BROTHER%
  24. DriverVer=06/21/2006,6.0.6001.18000
  25.  
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [DestinationDirs]
  31. USBSTOR.CopyList  = 10, system32\drivers
  32. DefaultDestDir    = 10, system32\drivers
  33.  
  34. [USBSTOR.CopyList]
  35. BrFiltLo.sys
  36. BrFiltUp.sys
  37.  
  38. [Manufacturer]
  39. %BROTHER% = Brother,NTx86
  40.  
  41. [Brother.NTx86]
  42. %Brother_MFC-7400C% = USBSTOR_BULK, USB\VID_04F9&PID_0107&MI_03
  43. %Brother_MFC-9200C% = USBSTOR_BULK, USB\VID_04F9&PID_0108&MI_03
  44. %Brother_MFC-840%   = USBSTOR_BULK, USB\VID_04F9&PID_010A&MI_03
  45. %Brother_MFC-860%   = USBSTOR_BULK, USB\VID_04F9&PID_010B&MI_03
  46. %Brother_MFC-7400J% = USBSTOR_BULK, USB\VID_04F9&PID_010C&MI_03
  47. %Brother_MFC-9200J% = USBSTOR_BULK, USB\VID_04F9&PID_010D&MI_03
  48.  
  49. [USBSTOR_BULK.NT]
  50. CopyFiles = USBSTOR.CopyList
  51. AddReg    = USBSTOR_BULK.AddReg
  52. Include=usbstor.inf
  53. Needs=USBSTOR.CopyList
  54.  
  55. [USBSTOR_BULK.AddReg]
  56. HKR,, DriverFlags, 0x00010001, 0x00000001
  57. HKLM, "System\CurrentControlSet\Services\BrFiltLo\Parameters", "AdapterSettings", 0, "/GR=OFF /TO=10 /OW=30"
  58. HKLM, "System\CurrentControlSet\Services\Disk", "AutoRunAlwaysDisable", 0x00010008, "Brother RemovableDisk(U)"
  59.  
  60. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 HW Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  61.  
  62. [USBSTOR_BULK.NT.HW]
  63. AddReg = USBSTOR.NT.HW.AddReg
  64.  
  65. [USBSTOR.NT.HW.AddReg]
  66. HKR,, LowerFilters, 0x00010000, "BrFiltLo"
  67. HKR,, UpperFilters, 0x00010000, "BrFiltUp"
  68.  
  69. ;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 Service Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;
  70.  
  71. [USBSTOR_BULK.NT.Services]
  72. Addservice = USBSTOR,  0x00000002, USBSTOR.AddService
  73. Addservice = BrFiltLo,           , BrFiltLo.AddService
  74. Addservice = BrFiltUp,           , BrFiltUp.AddService
  75.  
  76. [USBSTOR.AddService]
  77. DisplayName    = %USBSTOR.SvcDesc%
  78. ServiceType    = 1
  79. StartType      = 3
  80. ErrorControl   = 1
  81. ServiceBinary  = %12%\UsbStor.sys
  82.  
  83. [BrFiltLo.AddService]
  84. DisplayName    = %BrFiltLo.SvcDesc%
  85. ServiceType    = 1
  86. StartType      = 3
  87. ErrorControl   = 1
  88. ServiceBinary  = %12%\BrFiltLo.sys
  89. LoadOrderGroup = extended base
  90.  
  91. [BrFiltUp.AddService]
  92. DisplayName    = %BrFiltUp.SvcDesc%
  93. ServiceType    = 1
  94. StartType      = 3
  95. ErrorControl   = 1
  96. ServiceBinary  = %12%\BrFiltUp.sys
  97. LoadOrderGroup = extended base
  98.  
  99. [Strings]
  100. BROTHER                                = "Brother"
  101. USBSTOR.SvcDesc                        = "USB Mass-Storage Driver"
  102. BrFiltLo.SvcDesc                       = "Brother USB Mass-Storage Lower Filter Driver"
  103. BrFiltUp.SvcDesc                       = "Brother USB Mass-Storage Upper Filter Driver"
  104.  
  105. ;; Model Name
  106. Brother_MFC-7400C = "Brother MFC-7400C"
  107. Brother_MFC-9200C = "Brother MFC-9200C"
  108. Brother_MFC-840   = "Brother MFC-840"
  109. Brother_MFC-860   = "Brother MFC-860"
  110. Brother_MFC-7400J = "Brother MFC-7400J"
  111. Brother_MFC-9200J = "Brother MFC-9200J"
  112.  
  113.  
  114.