Ben
Ben

Reputation: 75

Creating a deployment package for solution with multiple projects in VS2010

I have a solution containing 14 projects. I am trying to create a deployment package for this solution. I can use the wizard to package a single project to be deployed on our remote server; however, I'm having a hard time finding any information about packaging a solution with multiple projects.

First, is it possible to create a deployment package for the solution rather than a project;

Second, would anyone be able to point to any information on this subject (packaging a solution with multiple projects - not how to create a deployment package for a project).

Thanks

Upvotes: 3

Views: 1644

Answers (2)

Nexus23
Nexus23

Reputation: 6373

Is it possible to create a deployment package for the solution rather than a project?

Don't know your purpose of creating a package for solution, but to simply answer your question - No, you can't package the whole solution. The package option in VS 2010 and 2012 is to create one deployable project which includes artefacts like website, SQL for another environment like Test Or Production.

However, you can zip up the solution in VS2012, which is a new feature by right clicking the solution to create a minified version of solution for portability.

Best source of information is microsoft.

Upvotes: 1

Casper Leon Nielsen
Casper Leon Nielsen

Reputation: 2566

Deployment is much more than what visual studio offers as deployment.

For a high learning curve and all options, see:

Wix 3.6 wix.codeplex.com

We use this tool for the problem you describe.

Upvotes: 0

Related Questions