Re: [WiX-users] Conditional Component getting triggered for uninstall when not installed

2013-10-09 Thread Blair Murri
700 > From: [email protected] > To: [email protected] > Subject: [WiX-users] Conditional Component getting triggered for uninstall > when not installed > > We have 2 components that are conditioned to be installed. On simply installs > the file, but the other installs the

[WiX-users] Conditional Component getting triggered for uninstall when not installed

2013-10-09 Thread TimM
We have 2 components that are conditioned to be installed. On simply installs the file, but the other installs the file and creates some file association entries that are shared by other apps. By default the component that only installs the file turned on and therefore the other component is turned

[WiX-users] Conditional component

2013-04-15 Thread chennam
Hi I am Bit struck on setting the condition on component. The Above component works fine the ENVPROPERTY is set through command line. But When I change the above statement as below doesn't work where the Installer need to detect th

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

[WiX-users] Conditional Component in Merge Module

2006-07-05 Thread Shmarya Rubenstein
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 attribute.Unfortunately s don't support s, so I can't do that in my case...How can I conditio