Re: [WiX-users] Custom Action with Features association

2008-10-24 Thread post
Hi Senthilraj, You can put conditions based on feature and component state. Take a look here: http://msdn.microsoft.com/en-us/library/aa368012.aspx This is an example of how I install our SharePoint web parts. Kind regards, Hans > All, > > In our Wix package plan to have multiple featur

[WiX-users] Custom Action with Features association

2008-10-24 Thread Krishnan Senthilraj
All, In our Wix package plan to have multiple features. We do have number of Custom Actions in the Package for different features. When a feature selected how to enable/disable appropriate custom actiions. Please advice. Cheers Senthilraj ---