I'm building a complex application that is composed by multiples features of different kind.
I want to avoid having all features individually able to be activated from the site admin page.
What my options (Sandboxed solution is not available) ?
I can see three solutions, all consisting in hiding features (HIDDEN=true) :
- Activate all features from a PS script
- Create a custom site template, and specify all features in the onet.xml. This will breaks features stappling I fear
- Create a "Master" feature, visible, that only performs other features activation
What is the best solution ? Is there any other solution I missed ?
ps: sp 2010 enterprise