WDF driver installation
Hardware & Devices
1
Posts
1
Posters
2
Views
1
Watching
-
How can I install a WDF Driver WITHOUT using .INF files and WIHTOUT using CoInstaller-s ? I just want to install it the simple, old way (an app that calls CreateService,StartService,...). But if I do that, i get a "File not found" error message, and it doesn't even say which file isn't to be found :( I think Microsoft did a very good think releasing wdf-kmdf, but the installation procedure is just too complicated (INF files and WDF coinstallers aren't fun!). Also, using AddHardware everytime I compile the driver is time consuming. Thanks. PS: Please excuse my english as it's not my first language -