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 Action from executing?
I wrote a custom action to create a scheduled task after install. I do
Share
You can set a condition for your CA execution:
Hope it helps.