I\'m currently learning how to create msi installers using WiX and it seems I\'ve hit a wall.
All is well when I create an MSI containing everything needed for a single
Creating multiple instances is pretty easy with WiX v3. You just use the InstanceTransform and Instance elements to create everything. Now, the bootstrapper problem requires something outside of the WiX toolset since we don't have burn, yet. I'm not sure we'll get this functionality in WiX v3.5 (with burn) but it is on our list for burn post v3.5.