Chapter 19

Deploying Your Application

What You Will Learn in this Chapter

  • Deployment concepts and terminology
  • How to deploy a ClickOnce Application with Visual Studio 2012
  • How to create a setup program with Visual Studio 2012
  • How to edit the Installer user interface

Wrox.com Code Downloads for this Chapter

The wrox.com code downloads for this chapter are found at www.wrox.com/remtitle.cgi?isbn=1118311813 on the Download Code tab. The code is in the 311813 C19.zip download and individually named according to the names given throughout the chapter.

Deploying an application can be a complicated process, especially when dealing with large, complex applications. A wealth of knowledge is required about nearly every aspect of a deployment. A large software installation for Windows requires knowledge ranging from Registry settings, MIME types, and configuration files to database creation and manipulation. Companies tend to rely on dedicated deployment software for these large installations, together with key people who understand the processes involved. However, Visual Studio 2012 provides deployment functionality, which is tremendously helpful for the standard developer and smaller installations.

Under the Visual Studio 2012 banner, you can create many different types of applications, from desktop to web applications and services. All of them have varying degrees of complexity when it comes installation time.

Since this is a beginner's guide, this chapter provides an overview of deployment. ...

Get Beginning Visual Basic 2012 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.