up vote 2 down vote favorite
share [g+] share [fb]

Here's the scenario

I created a Site which in I used custom lists, webparts, custom developed webparts, workflows et cetera. You can see the site as an application.

What I am trying to do is to create a solution package which holds everything I build in that site so that I can give the solution file to an sharepoint administrator who can install the solution to his sharepoint environment.

For example look at the free application templates you can download from MSDN, I am trying to achieve the same as they did. One solution file to hold them all!

Any idea's?

Cheers!

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Get STSDev and SharePoint Manager. STSDev is goog for creating the solution you want and SharePoint Manager can be used to get the SchemaXML from the customisations you have already created.

You will need to package up the webparts and everything. Unfortunately, this is a pretty hefty learning curve, so expect to do a lot of reading on this subject and some experimentation. However, this is time well spent as a solution is the "only" way to release a custom site definition.

link|improve this answer
feedback

Workflows created using SPD are not portable across sites - they will have to be recreated. As a result, Nathan's solution is probably going to be the only way to go.

link|improve this answer
feedback

Export the site as a template and include all the content. The workflows will point at the old site and will need to be updated manually, I believe. Everything else should work.

link|improve this answer
Yeah I did that, it works fine like that but I want everything packaged in a solution, and it is possible, look at the application templates from MS – erik404 Mar 5 '09 at 18:57
Why was this answer marked down? It is certainly on topic and helpful. – Nathan DeWitt Mar 5 '09 at 21:07
I have no idea, I did not voted your answer down. – erik404 Mar 6 '09 at 8:24
feedback

Your Answer

 
or
required, but never shown

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