Re: [WiX-users] Passing properties from main setup to merge module

2007-05-31 Thread Bob Arnson
hariom wrote: > 1. Is that creating a merge module in this scenario is correct decision? OR > is there any other better options ? > If all your setups are built with WiX, just use a .wixlib. Merge modules aren't really designed to take dependencies on "global" properties. -- sig://boB http:/

[WiX-users] Passing properties from main setup to merge module

2007-05-31 Thread hariom
Hi All, We have a total of 10 products. There is some common task across setup of all these products that is nothing but updating a common config file. There are some nodes which are updated by all products and some nodes are product specific. I have created a merge module which does this task. N