简体   繁体   中英

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

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 .

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM