Re: [WiX-users] Condition a Merge module to be installed or skipped

2012-12-19 Thread vlicaros
Thanks! that helped... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Condition-a-Merge-module-to-be-installed-or-skipped-tp7582454p7582480.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Condition a Merge module to be installed or skipped

2012-12-18 Thread Rob Mensching
You could Condition the Feature the Merge Module is merged into. On Tue, Dec 18, 2012 at 5:48 PM, vlicaros wrote: > I have a 3rd party merge module (MSM) which consists of an SDK. I want to > be > able to detect that the SDK is already installed (which i've done with > RegistrySearch). > Is it