Architecture independent installer
This is a continuation of my series on WiX Windows Installers. In this part we talk about making the installer architecture independent.
To be clear: MSI-installers do not support both 32 and 64 bit platforms, but are built for one or the other.
To get around this you can create a “bootstrapper”.
Read more
