阅读:1937回复:3
求救?__请看我的安装INF文件(USBSTOR)
;环境WIN2000
;本INF文件支持bulkonly,过滤驱动文件名是usbfilt.sys ;它是WIN2000 USBSTOR.SYS的底层过滤驱动 ;我的安装方法,插入USB硬盘,在设备管理器找到WIN2000自带驱动 ;”USB MASS STORAGE“,然后更新驱动程序,使用以下的INF文 ;件,装好后重起,可以看到驱动已换成我的驱动,设备管理器显示 ;错误代码19,并且没有看到USB硬盘和分区。我在更新回WIN2000自 ;带的驱动,显示另外一个错误代码和”驱动无法装栽“ ;请教各位大虾,是否INF有问题或安装方法有问题 [Version] Signature=\"$CHICAGO$\" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} provider=\"VISH\" LayoutFile=LAYOUT.INF DriverVer=12/09/2001,5.00.2195.1 [ControlFlags] ExcludeFromSelect = * [Manufacturer] \"Vish\"=MANUF [MANUF] \"DeviceDescription\"=InstallSectionName, USB\\Class_08&SubClass_02&Prot_50 \"DeviceDescription\"=InstallSectionName, USB\\Class_08&SubClass_05&Prot_50 \"DeviceDescription\"=InstallSectionName, USB\\Class_08&SubClass_06&Prot_50 [InstallSectionName] CopyFiles=MyFileListSection AddReg=MyAddRegistrySection [InstallSectionName.HW] AddReg=MyHWAddRegistrySection [InstallSectionName.NT] CopyFiles=MyFileListSection AddReg=MyAddRegistrySection [InstallSectionName.NT.HW] AddReg=MyHWAddRegistrySectionNT [InstallSectionName.NT.Services] Addservice = TheUsbFuncDriver, 0x00000002, TheService Addservice = usb_filter,, UsbFiltInst [TheService] DisplayName = \"USB_STOR\" ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %10%\\System32\\Drivers\\USBSTOR.SYS [UsbFiltInst] DisplayName = \"Usb_Filter\" ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_AUTO_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE ServiceBinary = %10%\\System32\\Drivers\\usbfilt.sys LoadOrderGroup = Extended Base [MyAddRegistrySection] ;HKR,,DevLoader,,*NTKERN ;HKR,,NTMPDriver,,USBSTOR.SYS HKR,,DriverFlags,0x00010001,0x00000001 [MyFileListSection] USBSTOR.SYS usbfilt.sys [MyHWAddRegistrySection] HKR,,\"LowerFilters\",0x00010000,\"usbfilt.sys\" [MyHWAddRegistrySectionNT] HKR,,\"LowerFilters\",0x00010000,\"usbfilt.sys\" |
|
最新喜欢:![]() |
沙发#
发布于:2002-05-17 09:49
解决了没?怎么就没人回呢?我也想知道。
|
|
|
板凳#
发布于:2002-05-17 12:34
Win2000下Signature应该是WinNT吧?
建议查查Win2000的错误代码表 |
|
地板#
发布于:2002-12-21 08:51
用\"$CHICAGO$\"包含NT和98
没问题的 |
|