UMDF 驱动程序可以通过 WiX 打包/发送吗?

发布于 2024-08-23 13:16:40 字数 394 浏览 11 评论 0原文

我利用 DIFx 扩展组合了一个 WiX 3.0 包,目的是 安装 Windows 7 传感器(UMDF 驱动程序)。在安装过程中,DIFXAPP 记录“在 INF 中找不到匹配的设备”并简单地抛出驱动程序 进入存储。我读到我要用适当的内容填充我的 INF DriverPackageType,但根据 MSDN 的枚举列表,没有什么合适的。

UMDF 驱动程序安装是否受支持?如果不是,那是什么 使用 WiX 安装此类驱动程序的最佳实践?反汇编 DIfx 扩展显示了支持辅助安装程序包的意图,我还没有尝试 3.5 beta。

I put together a WiX 3.0 package, utilizing the DIFx extensions, with the intentions to
install a Windows 7 Sensor (UMDF driver). During installation, DIFXAPP
logged "No matching devices found in INF" and simply threw the driver
into storage. I read I'm to populate my INF with an appropriate
DriverPackageType, but according to MSDN's enumerated list, nothing fits.

Is UMDF driver installation a supported scenario? If not, what's the
best practice for using WiX to install such drivers? Disassembling the DIfx extension shows intent to support Co-installer packages, I have yet to try 3.5 beta.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光沙漏 2024-08-30 13:16:40

WiX 工具集仅使用 DIFX 团队提供的 DIFx 自定义操作。您需要跟进 DIFX 团队,了解他们不喜欢您的驱动程序的原因。

The WiX toolset just uses the DIFx custom actions provided by the DIFX team. You need to follow up with the DIFX team to understand why it doesn't like your driver.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文