Re: [WiX-users] Custom Action execution by feature

2010-06-22 Thread maheshguru
Thanks Mike , you are right. I actually found got it before signing off yesterday. Thanks again. Mahesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-execution-by-feature-tp5205927p5208856.html Sent from the wix-users mailing list a

Re: [WiX-users] Custom Action execution by feature

2010-06-22 Thread maheshguru
It is like this Not Installed AND -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-execution-by-feature-tp5205927p5208869.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Custom Action execution by feature

2010-06-21 Thread MikeR
You can condition your custom actions based on the action-state of your feature, like so. &SWUSchedTaskFeature=3 &SWUSchedTaskFeature=2 More info... http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx -- View this message in context: http://windows-installer-xml-w

[WiX-users] Custom Action execution by feature

2010-06-21 Thread MaheshGuru Pawar
Hi Pally, I wrote a custom action to create a scheduled task after install. I do not want the Custom Action to run when the user does not want to create the schedule task. During installation even if I select " Feature will be unAvailable" the schtask is getting creat

[WiX-users] Custom Action execution by feature

2010-06-21 Thread maheshguru
Hi ALL, I wrote a custom action to create a scheduled task after install. I do not want the Custom Action to run when the user does not want to create the schedule task. During installation even if I select " Feature will be unAvailable" the schtask is getting created. How do i prevent the Custom