Tagged Questions
0
votes
0answers
14 views
What are the two config options in 'Easy Setup Script'?
I'm attempting to install Sharepoint onto a vhd using the 'Easy Setup Script' as described at
: http://www.microsoft.com/en-us/download/details.aspx?id=23415
Within config.xml here are the vhd ...
0
votes
2answers
131 views
How can I pass an argument to a FeatureReceiver during solution setup?
I have this Sharepoint 2010 solution containing 3 projects:
Class Library with Model classes
Class Library with LINQ to SQL data context
Sharepoint 2010 project
WCF REST service
3 Visual web parts
...