Re: [Openvpn-devel] [PATCH] In tap.c use DiInstallDevice to install the driver on a new adapter

2020-09-04 Thread Lev Stipakov
Hi, > +HMODULE libnewdev = NULL; I think we are moving to C99 so this could be defined closer to actual usage. Tested with MSVC and mingw - compiled, built installer - installed - tested that tapctl creates adapters which then can be used by non-admin users. Acked-by: Lev Stipakov -- -Lev

[Openvpn-devel] [PATCH] In tap.c use DiInstallDevice to install the driver on a new adapter

2020-09-03 Thread selva . nair
From: Selva Nair As reported in Trac 1321, additional adapter instalaltion by tapctl.exe fails to fully setup the device node (some registry keys missing, error in setapi.dev.log etc.). Although the exact cause of this failure is unclear, letting the Plug and Play subsystem handle the instalaltio