I am working on an MSBUILD script to dynamically inject a number of parameters into a wix project for multiple assemblies, and I understand that I can use the -d switch in the candles to provide additional parameters.
However, I get several warnings similar to “The variable“ xxx ”with the value“ yyy ”was previously declared with the value“ zzz. ”This is understandable as in .wxs. I already have these values defined for the default build , the assembly will continue to use values from .wxs after warnings.
So the question is ... can this make the candle overwrite these parameters that are already in .wxs ..
Thanks in advance.
source
share