= Introduction = The OpenVPN's Windows TAP-drivers consists of four files for each platform (32/64-bit): * ''.cat:'' contains cryptographic signature for the actual drivers * ''.sys:'' contains the actual driver * ''.inf:'' contains driver metadata In addition, a tool called ''\bin\tapinstall.exe'' is provided. It can be used (among other things) to install and unistall TAP-drivers manually. This tool is actually a simply a renamed [http://support.microsoft.com/kb/311272 Devcon.exe]. If you need to run OpenVPN on Windows Vista/7 64-bit you have to use signed TAP drivers. Unless you sign them yourself, you need to extract drivers from an existing OpenVPN installer. See below for instructions. = Installing an uninstalling TAP-drivers = Occasionally you may need play with different TAP-driver versions. In this case you can use ''tapinstall.exe'' from the Windows command-prompt. Below are some common commands; refers to the driver identifier which is ''tap0901'' for OpenVPN 2.2*. This identified may be different in older/newer versions. To view information about an installed driver use {{{ $ tapinstall.exe hwids }}} To uninstall the TAP-driver use: {{{ $ tapinstall.exe remove }}} To install a new TAP-driver use {{{ $ tapinstall.exe install }}} = Extracting TAP-drivers from OpenVPN installers = Extracting TAP-drivers from an OpenVPN installer is relatively easy: you can use [http://www.7-zip.org/ 7-zip] to open the installer executable. There are both 32-bit and 64-bit versions, but the latter are larger in size.