阅读:844回复:2
我的INF文件在98/ME下能安装,在2000下不能安装!请多多指都呀
此USB的驱动与硬件在W98/ME下都正常,但在2000下安装时会出现以下错误,还请高手指都一二!安装时提示
安装设备时,出现了一个错误 在INF中找不到所需要的区域 附的我INF文件! ; Copyright 2003 [Version] Signature=\"$Chicago$\" Class=USB ClassGUID={9A41F39C-FDDC-4c2c-960F-DF0DAD14FAAE} Provider=%WDMBook% DriverVer=11/05/2003,1.0.0.0 [Manufacturer] %MfgName%=ZhengQian %WDMBook% = WDM.Book [WDM.Book] %UsbKey%=UsbKey.Install, USB\\VID_534b&PID_0099 [DestinationDirs] UsbKey.Files.Driver=10,System32\\Drivers UsbKey.Files.Driver.NTx86=10,System32\\Drivers [ZhengQian] %USB\\VID_534b&PID_0099.DeviceDesc%=UsbCopy, USB\\VID_534b&PID_0099 [SourceDisksNames] 1=\"GSM-W5 Files Director\",,, [SourceDisksFiles] UsbCopy.sys=1,. [SourceDisksFiles.x86] UsbCopy.sys=1,. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows 98 [UsbKey.Install] CopyFiles=UsbKey.Files.Driver AddReg=UsbKey.AddReg [UsbKey.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,UsbCopy.sys [UsbKey.Files.Driver] UsbCopy.sys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows 2000 [UsbKey.Install.NTx86] CopyFiles=UsbKey.Files.Driver.NTx86 [UsbKey.Install.NTx86.Services] AddService = UsbKeyforNT, %SPSVCINST_ASSOCSERVICE%, UsbKey.Service [UsbKey.Files.Driver.NTx86] UsbCopy.sys,,,%COPYFLG_NOSKIP% [UsbKey.Files.Driver.NTx86.Services] UsbCopy.sys,,,%COPYFLG_NOSKIP% [UsbKey.Service] DisplayName = %UsbKey.ServiceName% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %10%\\System32\\Drivers\\UsbCopy.sys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Strings [Strings] WDMBook=\"ZQ\" UsbKey=\"USB拷贝器 V1.0 \" UsbKey.ServiceName=\"USB Copy tools-USBCOPY\" SPSVCINST_ASSOCSERVICE=0x00000002 ; Driver service is associated with device being installed COPYFLG_NOSKIP=2 ; Do not allow user to skip file SERVICE_KERNEL_DRIVER=1 SERVICE_AUTO_START=2 SERVICE_DEMAND_START=3 SERVICE_ERROR_NORMAL=1 |
|
沙发#
发布于:2003-05-13 19:38
驱动网有一个全系统兼容得INF例子,忘了哪个兄弟写的了,你搜一下看看吧
|
|
板凳#
发布于:2003-05-13 23:10
建议:
1,你的classguid是usb设备类的吗,如果不是就去掉 2,检查一下vid和pid是否匹配 |
|