diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-21 21:01:38 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-21 21:01:38 +0000 |
commit | 93c423ea64266605e9603364b111cbf18d121371 (patch) | |
tree | 48786555cc1474d929fdabd015bc11353de1dc7a | |
parent | Added OpenVPN GUI (Mathias Sundman version) as install (diff) | |
download | openvpn-93c423ea64266605e9603364b111cbf18d121371.tar.xz |
Added a Windows README file to the installer than
contains quick-start instructions.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1864 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | INSTALL-win32.txt | 21 | ||||
-rwxr-xr-x | install-win32/openvpn.nsi | 2 |
2 files changed, 20 insertions, 3 deletions
diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 001b1a6..a5e27c4 100644 --- a/INSTALL-win32.txt +++ b/INSTALL-win32.txt @@ -1,3 +1,20 @@ -OpenVPN on Windows Notes can be found here: +OpenVPN 2.1 Client Quickstart for Windows +----------------------------------------- -http://openvpn.net/INSTALL-win32.html +The OpenVPN Client requires a configuration file +and key/certificate files. You should obtain +these and save them to \Program Files\OpenVPN\config. + +To start OpenVPN, first run the OpenVPN GUI by double +clicking the desktop icon. Note that on Windows Vista, +you will probably need to run the OpenVPN GUI with +administrator privileges, so that it can add routes to +the routing table that are pulled from the OpenVPN server. +You can do this by right clicking on the OpenVPN GUI +desktop icon, and selecting "Run as administrator". + +The OpenVPN GUI is a system-tray applet, so an icon for the +GUI will appear in the lower-right corner of the screen. +Right click on the system tray icon, and a menu should appear +showing the names of your OpenVPN configuration files, and +giving you the option to connect. diff --git a/install-win32/openvpn.nsi b/install-win32/openvpn.nsi index f7cda11..fc10644 100755 --- a/install-win32/openvpn.nsi +++ b/install-win32/openvpn.nsi @@ -65,7 +65,7 @@ !define MUI_COMPONENTSPAGE_SMALLDESC !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\INSTALL-win32.txt" !define MUI_FINISHPAGE_NOAUTOCLOSE - !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED +# !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !define MUI_ABORTWARNING !define MUI_ICON "${HOME}\images\openvpn.ico" !define MUI_UNICON "${HOME}\images\openvpn.ico" |