aboutsummaryrefslogtreecommitdiff
path: root/install-win32/version.nsi
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-14 10:35:25 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-14 10:35:25 +0000
commitd710d36ddebfaea14ee59ea751b3948282c68a91 (patch)
treea1567ce047094cc75dc96f7c2a3a583de43b7a27 /install-win32/version.nsi
parentRevert r1773 (diff)
downloadopenvpn-d710d36ddebfaea14ee59ea751b3948282c68a91.tar.xz
Added options to version.nsi that allow prebuilt
amd64 tap/tapinstall to be specified. Verify that tapinstall directory exists before trying to build it. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1838 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r--install-win32/version.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi
index 164dc19..3004aa4 100644
--- a/install-win32/version.nsi
+++ b/install-win32/version.nsi
@@ -3,6 +3,10 @@
!define PRODUCT_VERSION "2.1_rc2c"
+# For now, use prebuilt AMD64 tap/tapinstall
+!define TAP_BIN_AMD64 "../amd64/tap/tap0901.sys"
+!define TI_BIN_AMD64 "../amd64/tapinstall/tapinstall.exe"
+
# Copy installer to this directory when finished.
# If undefined, don't copy installer after generation.
!define INSTALLER_DEST "/y"