We are developing a Windows Installer installer (MSI) using WiX 3.5, and we have used merge modules in our MSI.
In the MSI, we have specified ALLUSERS property value=1. Will the Windows merge modules (*.msm) use this property or should we also specify the ALLUSERS property in the .wxs file which produces *.msm files?