WIX - Build a setup.exe bundle which hold both 32 bit and 64 bit MSI

152 Views Asked by At

I was able to create a 32 bit and 64 bit msi of an application. Now i need to include these MSIs to a bundle like setup.exe. What is the best way to create a bundle like setup.exe that will extract the 32 bit msi in 32 bit machine and extract 64 bit msi in 64 bit machine.

1

There are 1 best solutions below

1
Christopher Painter On

Just put 2 MsiPackage elements in your bundle with mutually exclusive conditions. VersionNT64 and Not VersionNT64.