-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on windows 10 x64 using newer installers. #369
Comments
It is impossible to say what is wrong without seeing logs. I suggest to remove all remains of tap/wintun drivers and try again. Run following commands into administrative powershell (adjusting IDs):
PS C:\Users\lev> pnputil /enum-drivers | Select-String "TAP-Windows Provider V9" -Context 1,10
PS C:\Users\lev> pnputil /enum-drivers | Select-String "wintun" -Context 2,5
|
It's still throwing an error for me. You want install.log, correct? |
The latest installer that works for me is openvpn-install-2.4.12-I601-Win10.exe (https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.12-I601-Win10.exe)
When I try to install openvpn using newer installers starting from 2.5 I get this error:
And then this (after clicking "ok")
I uninstalled openvpn 2.4.12 and had no virtual network drivers installed before trying to install 2.5 and newer
The text was updated successfully, but these errors were encountered: