当前位置: 代码迷 >> 驱动开发 >> 大神看过来,为何已经签名了的安卓手机兼容驱动,win7安装还提示警告
  详细解决方案

大神看过来,为何已经签名了的安卓手机兼容驱动,win7安装还提示警告

热度:79   发布时间:2016-04-28 10:26:00.0
大神看过来,为啥已经签名了的安卓手机兼容驱动,win7安装还提示警告
如题,

我安装的是安卓手机兼容驱动,部分inf配置如下,cat文件win7/xp都有的
我看了360手机助手也是下的这个驱动,貌似是小米改的?
但是360安装时貌似没警告,为啥我用win api UpdateDriverForPlugAndPlayDevices安装驱动时就提示未签名的警告呢,大神请指导一下

;
; Android WinUsb driver installation.
;
[Version]
Signature           = "$Windows NT$"
Class               = AndroidUsbDeviceClass
ClassGuid           = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider            = %ProviderName%
DriverVer           = 12/06/2010,4.0.0000.00000
CatalogFile.NTx86   = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat

;
; This section seems to be required for WinUsb driver installation.
; If this section is removed the installer will report an error
; "Required section not found in INF file".
;
[ClassInstall32]
Addreg = AndroidWinUsbClassReg

[AndroidWinUsbClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-1

[Manufacturer]
%ProviderName% = Google, NTx86, NTamd64

[Google.NTx86]
;Xiaomi Mione

------解决方案--------------------
关注这个问题
  相关解决方案