OpenVPN / tap-windows6

Windows TAP driver (NDIS 6)
Other
788 stars 237 forks source link

TrustedPublisher issue #63

Open wget opened 6 years ago

wget commented 6 years ago

With latest install package for Windows, I was previously injecting the TrustedPublisher certificate from the tap installer. That way, the install process could be completely silent.

However, I discovered your latest openvpn installer is adding an outdated Trusted Publisher certificate. This is breaking my silent installer because my (correct) TrustedPublisher certificate got overridden by yours (incorrect) and the tap driver couldn't be automatically installed.

Two solutions:

Right now, to circumvent this issue I had to launch AutoIT cmdlets tool to locate the Windows Security dialog on the screen and simulate a click on the Install button I had to install with /SELECT_TAP=0 and install the tap interface manually.