From c833aa11d268b7cb0fbe62abc05b0b759b2c3311 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 5 Mar 2007 22:30:52 +0000 Subject: Allow installation of TAP-Win64 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1755 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/openvpn.nsi.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'install-win32/openvpn.nsi.in') diff --git a/install-win32/openvpn.nsi.in b/install-win32/openvpn.nsi.in index bcb142a..298046e 100755 --- a/install-win32/openvpn.nsi.in +++ b/install-win32/openvpn.nsi.in @@ -199,13 +199,13 @@ goodwinver: ; we are running on 64-bit windows StrCmp $1 "VISTA" vista64bummer - Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Windows." - Abort +# Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Windows." +# Abort vista64bummer: - Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Vista because Microsoft doesn't allow the installation of 64 bit unsigned drivers." - Abort +# Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Vista because Microsoft doesn't allow the installation of 64 bit unsigned drivers." +# Abort init32bits: @@ -323,12 +323,12 @@ Section "TAP-Win32 Virtual Ethernet Adapter" SecTAP SetOutPath "$INSTDIR\bin" -; File "${BIN}\ti3790-amd64\tapinstall.exe" + File "${BIN}\ti3790-amd64\tapinstall.exe" SetOutPath "$INSTDIR\driver" -; File "${HOME}\tap-win32\amd64\OemWin2k.inf" -; File "${HOME}\tap-win32\amd64\${TAPDRV}" + File "${HOME}\tap-win32\amd64\OemWin2k.inf" + File "${HOME}\tap-win32\amd64\${TAPDRV}" goto tapend -- cgit v1.2.3