Can UMDF drivers be packaged/shipped via WiX?
Posted
by Rafael Rivera
on Stack Overflow
See other posts from Stack Overflow
or by Rafael Rivera
Published on 2010-02-24T18:36:12Z
Indexed on
2010/05/01
22:07 UTC
Read the original article
Hit count: 343
Howdy Internets:
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.
© Stack Overflow or respective owner