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
A workaround hack.
Assumptions:
In MSBuild:
Debug;use_$(SomeEnumValue)
In WiX:
... ...