I wish to define a Sharepoint site template that will also include a web part dependent feature. How can I install and activate the web part feature when I provision a site using my custom template?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can't install a feature when provisioning a site you can only activate it

If your developing a Site Template then you can activate the feature by activating it inside the site you use to create your site template before you save it as a template.

But if this is something that's going to be reused I recommend that you develop a Site Definition instead and in here you can specify which feature to activate both at Site Collection and Site level. You can then package your feature and site definition into the same Solution package then the feature will always be installed when referenced by the Site definition

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.