From 915cee209673e944c63b6434863a6587b40672d1 Mon Sep 17 00:00:00 2001 From: Alin Gabriel Serdean Date: Mon, 11 Dec 2017 20:22:27 +0200 Subject: MSI: Use platform specific netcfg location We use the command `netcfg` to install the Windows datapath. Since we have both 32 and 64 bit installers available point it to the platform specific binary. Found while testing. Signed-off-by: Alin Gabriel Serdean Acked-by: Ben Pfaff --- windows/ovs-windows-installer/CustomActions.wxs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/windows/ovs-windows-installer/CustomActions.wxs b/windows/ovs-windows-installer/CustomActions.wxs index 422f95169..cc1b80eff 100644 --- a/windows/ovs-windows-installer/CustomActions.wxs +++ b/windows/ovs-windows-installer/CustomActions.wxs @@ -16,6 +16,11 @@ under the License. --> + + + + + @@ -35,14 +40,14 @@ JScriptCall="runCommandAction" Execute="deferred" Return="check" Impersonate="no" />