Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deployment is the process by which you distribute a finished application or component to be installed on other computers. In Visual Studio, you can deploy applications or components by using either ClickOnce deployment or Windows Installer deployment technology. For a discussion of the options available for deployment, see Choosing a Deployment Strategy.
The following topics will help you learn more about deployment:
In This Section
Topic |
Description |
---|---|
Compares the Visual Studio deployment technologies: ClickOnce and Windows Installer. |
|
Describes ClickOnce deployment, which you can use to publish Windows-based applications to a web server or a network file share. |
|
Describes the traditional Windows Installer deployment technology, in which you create and distribute installer packages to users, and the users run a Setup file to install the application. |
|
Describes the bootstrapper, which is a generic installer that you can configure to install prerequisite components. |
Related Sections
Topic |
Description |
---|---|
Gives information about working with projects and solutions, including deployment projects. |
|
Explains the steps involved in developing an application. |