When sequencing the custom action, use &MyFeature=3 to schedule it whenever
the MyFeature feature is being installed.

Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-----Original Message-----
From: Yan Sklyarenko [mailto:y...@sitecore.net] 
Sent: Tuesday, August 25, 2009 11:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] CustomAction Exectuion by Feature

You should set the "same" condition to your custom action as to the feature.
I have quoted the "same" word because the actual condition might differ
between Feature and Custom elements. When feature condition evaluates to
true, it sets the feature level to the value defined in <Condition/>
element. This level might mean "install", but also "not install" depending
on your logic.

See <Condition/>, <Custom/> and <Feature/> element references in wix.chm for
details.
Hope this helps.

-- Yan

-----Original Message-----
From: takashi.sek...@jp.yokogawa.com
[mailto:takashi.sek...@jp.yokogawa.com]
Sent: Tuesday, August 25, 2009 11:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CustomAction Exectuion by Feature

Hello, 

I would like to execute custom actions by feature using Wix3.0.
How can I solve this issue?

I means I want to execute a custom action when the dependent feature is
selected.

Does anyone know how to solve and implement it?

Thank you.
Takashi SEKIDO


------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to