[wix-devs] Multi-arch wixlib

Sean Hall r.sean.hall at gmail.com
Thu May 27 09:33:19 PDT 2021


There are two .wixproj in this folder
https://github.com/wixtoolset/wix4/tree/develop/src/test/burn/TestData/TestBA.
One builds all of its .wxs files with InstallerPlatform x86, the other
builds all of its files with InstallerPlatform x64. How can this be
combined into one .wixproj?

On Thu, May 27, 2021 at 11:26 AM Rob Mensching <rob at firegiant.com> wrote:

> > 3. How to build a single .wixlib with different files compiled with
> different architectures, see TestBA and TestBA_x64 .wixlibs in
> IntegrationBurn
>
>
>
> This is supported today. The wixext do this to include x86, x64 and arm64
> custom action binaries. What is the issue here? Something with
> BootstrapperApplication element or related?
>



More information about the wix-devs mailing list