From 23c2d4ea1e3c71744ba6c43fe4e11ff00bcacb45 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 29 Aug 2023 07:20:08 -0700 Subject: [PATCH] WiX: handle all installed architectures similarly Treat all architectures equally and provide an option for all of them. This allows us to programmatically invoke the build target with the correct set of flags. --- platforms/Windows/bundle/installer.wixproj | 12 ++++++++---- platforms/Windows/bundle/installer.wxs | 22 ++++++++++++---------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/platforms/Windows/bundle/installer.wixproj b/platforms/Windows/bundle/installer.wixproj index 0e8d95cb..4aff19b9 100644 --- a/platforms/Windows/bundle/installer.wixproj +++ b/platforms/Windows/bundle/installer.wixproj @@ -4,8 +4,9 @@ $(BundleCompressionLevel) $(DefineConstants); - INCLUDE_X86_SDK=$(INCLUDE_X86_SDK); + INCLUDE_AMD64_SDK=$(INCLLUDE_AMD64_SDK); INCLUDE_ARM64_SDK=$(INCLUDE_ARM64_SDK); + INCLUDE_X86_SDK=$(INCLUDE_X86_SDK); @@ -19,14 +20,17 @@ - - - + + + + + + diff --git a/platforms/Windows/bundle/installer.wxs b/platforms/Windows/bundle/installer.wxs index 5fbdb089..55f3dbc8 100644 --- a/platforms/Windows/bundle/installer.wxs +++ b/platforms/Windows/bundle/installer.wxs @@ -89,22 +89,15 @@ - + - - - - + + + + + +