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
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
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
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
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
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
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
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
8 matches
Mail list logo