How to target 32bit and 64bit a .NET applications with WiX and separate MSI packages
Target 32bit and 64bit .NET applications This post will explain how you can build msi packages using WiX for both 32bit and 64bit platforms. The goal is to create 2 different msi packages. One fo...