Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Register custom actions to run for specific features?

$
0
0
You will need to set a Condition for the action and this condition needs to evaluate if the feature is marked for installation.

You will need to use global variable ADDLOCAL that holds a coma separated list of the all features to be installed locally.
new ManagedAction("MyAction", Return.check, When.After, Step.InstallInitialize, Condition.NOT_Installed)
{
    Condition = Condition.Create("ADDLOCAL >< \"your_feature_name\"")
}

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>