At MSDN it is stated that there are two techniques to install INF files on Windows XP or later:
- Programmatically through SetupCopyOEMInf function.
- Add an entry called CopyInf on an INF section.
Are there an equivalent entry on an inf section to uninstall inf files that is similar to SetupUninstallOEMInf function?
I found this solution using SetupUninstallOEMInf but it does not seems suitable to me.