Re: [WiX-users] Conditional Component in Merge Module

2006-07-05 Thread Rob Hamflett
You don't use the level for component conditions. You just put something like this inside your component: MY_VALUE = REQUIRED_VALUE WiX produces pretty light files, so if there's no Condition table in your MSM, it's probably because it doesn't need to be there for that MSM. Rob Shmarya Rube

Re: [WiX-users] Conditional Component in Merge Module

2006-07-05 Thread Shmarya Rubenstein
SorryJust read what I wroteThere isn't a Condition table in MSI - doh!The Condition does appear in the Component table, but the Property table is empty..., The AppSearch, RegLocator tables appear correct. So actually, everything seems fine, except the Condition doesn't work at run time.On 7

Re: [WiX-users] Conditional Component in Merge Module

2006-07-05 Thread Shmarya Rubenstein
Yes, but that doesn't work.Looking at the msm with Orca, I notice that there is no Condition table at all... Also, I can't specify the Condition/@Level attribute inside a component (candle growls at that)... I'm really stumped...On 7/5/06, Rob Hamflett <[EMAIL PROTECTED]> wrote: You can put a Condi

Re: [WiX-users] Conditional Component in Merge Module

2006-07-05 Thread Rob Hamflett
You can put a Condition in a Component. Rob Shmarya Rubenstein wrote: > Hi all, > > I'm looking to do a conditional installation of a component (based on a > RegistrySearch) within a merge module. > > Usually I'd just add a to wrap the , and put the > inside the with a Condition/@Level at