From abbb33e38c22e8579351239075c5b632e28078ca Mon Sep 17 00:00:00 2001 From: Alin Gabriel Serdean Date: Mon, 6 Nov 2017 12:12:02 +0200 Subject: installer-windows: Modify installer so it can be compiled on x64 Add variables to know for which platform we are building. They are needed for the installer to know if it should install in `Program Files (x86)` or `Program Files` and which registry it needs to update. Signed-off-by: Alin Gabriel Serdean Acked-by: Alin Balutoiu --- windows/ovs-windows-installer/Product.wxs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/ovs-windows-installer/Product.wxs b/windows/ovs-windows-installer/Product.wxs index 599fd4389..ea1bc6896 100644 --- a/windows/ovs-windows-installer/Product.wxs +++ b/windows/ovs-windows-installer/Product.wxs @@ -16,6 +16,16 @@ under the License. --> + + + + + + + + - + -- cgit v1.2.1