Re: [WiX-users] Passing Values to a Merge Module

2010-02-28 Thread Richard
You defined a configurable value, but haven't defined how/where that configurable value is substituted into the data of the merge module before being merged into the MSI. Look at the Subsitution tag in the WiX schema reference as well as the MSDN documentation on configurable merge modules:

[WiX-users] Passing Values to a Merge Module

2010-02-28 Thread Zachariah
We are trying to create a Merge Module that we can essentially pass a value into. Then the Merge Module will use that value to determine whether or not to install some files. We want to skip installing some files unless someone passes in a value. The idea being that for people using our MSM b