The feature-dependency tag has no wiki summary.
1
vote
2answers
189 views
What are some of the best practices around feature activation and their dependencies
Specifically what are the do's and dont's for installing, activating, deactivating and uninstalling a feature. What are the problem areas of working with features and how do you handle.
3
votes
2answers
194 views
Feature Activation Logic (Prevent Activation)
I have three site collection features used to set branding throughout the site collection. I want to prevent the accidental activation of one of the features if one of the three is already activated; ...
1
vote
1answer
136 views
Stapled Web-scoped feature depending on Site-scoped feature: possible?
I have three features in a solution:
A Web-scoped feature (A): has a FeatureActivated call to set up a site
A Site-scoped feature (B): contains web parts A uses
A stapling feature (C): staples A to ...