From: james Date: Sat, 21 Apr 2007 21:01:38 +0000 (+0000) Subject: Added a Windows README file to the installer than X-Git-Tag: v2.1_rc3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c423ea64266605e9603364b111cbf18d121371;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 001b1a654..a5e27c4da 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 f7cda1167..fc106447a 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"