首页 > 解决方案 > Windows 11 Home Insider Preview x86_64 上的驱动程序安装错误

问题描述

用户报告了安装问题。我要求他们使用详细日志记录选项从命令行开始设置,这似乎是问题所在:

DIFXAPP: INFO:   ENTER:  DriverPackageInstallW
DIFXAPP: INFO:   RETURN: DriverPackageInstallW  (0xE0000247)
DIFXAPP: ERROR: encountered while installing driver package 'C:\Program Files\AcmeWidgets\WidgetApp\widget-driver.inf'
DIFXAPP: ERROR: InstallDriverPackages failed with error 0xE0000247
DIFXAPP: RETURN: InstallDriverPackages() 3758096967 (0xE0000247)
CustomAction MsiInstallDrivers returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 21:00:47: InstallFinalize. Return value 3.
MSI (s) (50:CC) [...]: Note: 1: 2265 2:  3: -2147287035 

我们的驱动程序已签名(Digicert EV 代码签名证书),我们的 Windows 10 和其他 Windows 11 用户能够安装该应用程序而没有明显问题。

这可能是 Windows 11 Insider Preview 的已知问题吗?

标签: windows-installerdrivercode-signinginfwindows-11

解决方案


微软宣布在 Windows 10 中弃用 DIfX。也许他们在 Windows 11 中根本不支持它?这个包在 Windows 10 机器上工作正常吗?

另外,你试过多台Win11机器吗?


推荐阅读