diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 22:30:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 22:30:52 +0000 |
commit | c833aa11d268b7cb0fbe62abc05b0b759b2c3311 (patch) | |
tree | 3dcbee4ff89d5c87a1cd3b052c6c4e11c17ee0a5 /install-win32/openvpn.nsi.in | |
parent | TAP driver fix for Vista x64 BSOD. (diff) | |
download | openvpn-c833aa11d268b7cb0fbe62abc05b0b759b2c3311.tar.xz |
Allow installation of TAP-Win64
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1755 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/openvpn.nsi.in')
-rwxr-xr-x | install-win32/openvpn.nsi.in | 14 |
1 files changed, 7 insertions, 7 deletions
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 |