Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the WiX Driver Element deprecated?

Since the DIFx Guidelines state that: "the Driver Install Frameworks (DIFx) tools were removed from the Windows 10 Version 1607 WDK" and the WiX Driver Element relies on the WixDifxAppExtension, is the use of the Driver Element still the way to go to install a driver? Or should I use the SetupAPI directly (e.g. as a DLL which is called in the MSI)?

like image 502
Nick Russler Avatar asked Nov 19 '22 16:11

Nick Russler


1 Answers

A bit late but I just wanted to state that the WixDifxAppExtension works fine in 2022 on Windows 10.

like image 196
scaler Avatar answered Dec 05 '22 14:12

scaler