UMDF 驱动程序可以通过 WiX 打包/发送吗?
我利用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.