aboutsummaryrefslogtreecommitdiff
path: root/install-win32/version.nsi
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-21 19:58:11 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-21 19:58:11 +0000
commit723947780805b2451e85b9b304959ec946359dfc (patch)
tree687b5c6f8767ad487505ee48880ec3b6fa20a6f4 /install-win32/version.nsi
parentThe easy-rsa directory installed by the windows installer comes with the (diff)
downloadopenvpn-723947780805b2451e85b9b304959ec946359dfc.tar.xz
Added OpenVPN GUI (Mathias Sundman version) as install
option in Windows installer. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1863 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/version.nsi')
-rw-r--r--install-win32/version.nsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi
index f399cb5..7fbaf0b 100644
--- a/install-win32/version.nsi
+++ b/install-win32/version.nsi
@@ -1,7 +1,12 @@
# Version numbers, settings, and dependencies
# for Windows OpenVPN installer.
-!define PRODUCT_VERSION "2.1_rc2e"
+!define PRODUCT_VERSION "2.1_rc2f"
+
+# Include the OpenVPN GUI exe in the installer.
+# May be undefined.
+!define OPENVPN_GUI_DIR "../openvpn-gui"
+!define OPENVPN_GUI "openvpn-gui-1.0.3.exe"
# For now, use prebuilt AMD64 tap/tapinstall
#!define TAP_BIN_AMD64 "../amd64/tap/tap0901.sys"