I have writte a Windows driver installer for installing a virtual network adapter. It uses the windows INetCfg interface. Most of the time it works across different windows version from win7 to Win10. But in some rare cases the driver installer fails with HRESULT value 0x80070005 which means ACCESS DENIED.
The call to INetCfgClassSetup::Install fails with this error. https://msdn.microsoft.com/en-us/windows/ff547711(v=vs.80)
Is there any chance to get some windows traces whats the cause of the problem? Something like ETW traces? Currently I don't know how to debug this.
Regards Toby
User contributions licensed under CC BY-SA 3.0