OpenVPN provides flexible VPN solutions to secure your data communications, whether it's for Internet privacy, remote access for employees, securing IoT, or for networking Cloud data centers.
This Chocolatey package:
These steps were needed in order to fix the following upstream bug:
This Chocolatey package considers the following upstream parameters. By default, when not specified, they are considered as being set to 1.
1
/SELECT_OPENVPN
/SELECT_OPENVPNGUI
/SELECT_TAP
/SELECT_EASYRSA
/SELECT_OPENSSLDLLS
/SELECT_LZODLLS
/SELECT_PKCS11DLLS
/SELECT_SERVICE
/SELECT_OPENSSL_UTILITIES
/SELECT_PATH
/SELECT_SHORTCUTS
/SELECT_ASSOCIATIONS
/SELECT_LAUNCH
Setting options to 0 while previous installations defined them to 1 won't necessarily disable/remove the feature. This hugely depends on the underling upstream installer. e.g. if you set /SELECT_TAP=0 while the TAP driver has been previously installed by other means, this doesn't automatically uninstall the TAP driver.
0
/SELECT_TAP=0
Using these parameters is done like described in the Chocolatey docs. e.g. to prevent desktop and start menu shortcuts and file associations from being created, use the following command:
choco install openvpn --params "'/SELECT_SHORTCUTS=0 /SELECT_ASSOCIATIONS=0'"
An additional Chocolatey package argument (/USING_INTUNE=1) is available to remove tests potentially failing with the Microsoft Intune deployment tool.
/USING_INTUNE=1
This repository contains the sources of the package OpenVPN for Chocolatey, the package manager for Windows.
Please report here any issue you may encounter with this Chocolatey package.