]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Added a Windows README file to the installer than
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 21 Apr 2007 21:01:38 +0000 (21:01 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 21 Apr 2007 21:01:38 +0000 (21:01 +0000)
contains quick-start instructions.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1864 e7ae566f-a301-0410-adde-c780ea21d3b5

INSTALL-win32.txt
install-win32/openvpn.nsi

index 001b1a65454b0bceb9d61d786d40304bf50d58ee..a5e27c4da5353c15c59505a6d8bf16a769e142eb 100644 (file)
@@ -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.
index f7cda1167820428d82f8b47cfae1af5163ba5a5c..fc106447ae7df15c8e981cbee2561170c695574c 100755 (executable)
@@ -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"