Dear Sebastian Brand,

> When sequencing the custom action, use &MyFeature=3 to 
> schedule it whenever the MyFeature feature is being installed.
Thank you for your valuable advice.
At first, I couldn't understand what you mean.
But now, I understand what you mean.
Your advice have really helped me!

Best Regards,
Takashi SEKIDO


Dear Yan Sklyarenko,

Thank you for your help!

> See <Condition/>, <Custom/> and <Feature/> element references 
> in wix.chm for details.
I checked the portion, but I couldn't figure out any solution.
I think that using install level doesn't solve my problem.

What I want to do is as follows:

I have to implement 100 features.
Those features are selected by command internally during installation.
Each feature have own custom action. 
I mean that when some features are selected, corresponding custom actions are 
also executed.

By using install level, I think I might solve only 15 features, because Insall 
level can have 1 to 32767 integer value, that means 15 bits combination.

How I should author the script?

Does anyone know how to solve and implement it?

Best Regards,
Takashi SEKIDO

> -----Original Message-----
> From: Sebastian Brand (Instyler Software) 
> [mailto:wix+us...@instyler.com] 
> Sent: Tuesday, August 25, 2009 6:39 PM
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re: [WiX-users] CustomAction Exectuion by Feature
> 
> 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
> 

------------------------------------------------------------------------------
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