vote up 2 vote down star

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!

flag

50% accept rate

3 Answers

vote up 0 vote down

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|flag
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 at 18:57
Why was this answer marked down? It is certainly on topic and helpful. – Nathan DeWitt Mar 5 at 21:07
I have no idea, I did not voted your answer down. – Erik404 Mar 6 at 8:24
vote up 0 vote down

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|flag
vote up 2 vote down

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|flag

Your Answer

Get an OpenID
or

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