Tagged Questions
1
vote
1answer
22 views
What should be the provisioning model?
What should be the provisioning model for supporting only 2010 and above, if:
it needs to include custom SharePoint security groups
it would be deployed to multiple unrelated SharePoint ...
1
vote
1answer
167 views
How can I activate a wsp solution uploaded to solution gallery via code in SharePoint 2013
I'm creating a site definition which provisions a subsite based to a webtemplate(wsp) file. This webtemplate file is packed in a feature containing a module.When the feature is activated the wsp file ...
0
votes
2answers
2k views
Document Library in Site Definition with custom content type
I am attempting to specify a custom content type onto a reference library which is being provisioned in a site definition but am so far failing.
I have read:-
Deploy document library with multiple ...
2
votes
1answer
562 views
Sharepoint 2010 site definition one template to create multiple publishing pages
Im trying to create a publishing site definition where I use one file to provision many templates.
eg in onet.xml
...
<Modules>
<Module Name="Landing" />
<Module Name="Test" ...
