From 2526b96d01dad74ea8b9d25bb1df849ed5f388ba Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 18 Jun 2023 14:53:15 -0700 Subject: [PATCH] WiX: repair the x86 SDK packaging We cannot set the installer platform to the architecture being packaged as this is platform agnostic content which is always installed to a 64-bit platform. We can pass `-p:InstallerPlatform=[x64|arm64]` to enable building the SDK for installation on either of the hosts. --- platforms/Windows/sdk.wixproj | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/platforms/Windows/sdk.wixproj b/platforms/Windows/sdk.wixproj index af16383d..3ff2f0a9 100644 --- a/platforms/Windows/sdk.wixproj +++ b/platforms/Windows/sdk.wixproj @@ -27,21 +27,6 @@ true - - x64 - - - arm64 - 500 - - - arm - 500 - - - x86 - -