Building and Deployment

The Microsoft Build Engine (MSBuild) is the build environment for Visual Studio. The build process is described in an XML-based project file. MSBuild replaces traditional .mak files. The project file describes the build process, build configuration, and input and output.

For deployment, Visual Studio 2008 supports traditional deployment based on Windows Installer technology. With Windows Installer technology, an application is packaged in a Setup.exe file, which is then deployed to the local machine or a public share. The Setup.exe program installs the application on the local machine. ClickOnce deployment is available in Visual Studio 2008 as an alternate deployment strategy. ClickOnce deploys an application from a central ...

Get Programming Microsoft® Visual C#® 2008: The Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.