Check and uninstall a driver programatically using C++
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to check from a dll that If a particular driver is already installed or not. Also i need to un-install it. I have INF file of the driver. Please let me know how can i do this using C/C++. Thanks Prasanth
-
Hi, I need to check from a dll that If a particular driver is already installed or not. Also i need to un-install it. I have INF file of the driver. Please let me know how can i do this using C/C++. Thanks Prasanth
You may have a look at the SetupUninstallOEMInf function (Windows)[^]. It can be used to check if a specified INF file is installed and to remove it.