I\'m currently integrating my Wix projects in MSBuild. It is necessary for me to pass multiple values to the Wix project. One value will work (ProductVersion in the sample b
The following lines worked when I included them in a .wixproj file (using Visual Studio 2010).
Const1=Value1;Const2=Value2;Const3=Value3