Deployment Walkthroughs

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The following pages provide step-by-step examples of common deployment scenarios by using Visual Studio.

Windows Installer

ClickOnce Deployment

Topic

Description

Deploying a ClickOnce Application Manually

Explains how to use .NET Framework utilities to deploy your ClickOnce application.

Downloading Assemblies on Demand with the ClickOnce Deployment API

Demonstrates how to mark certain assemblies in your application as "optional," and how to download them using classes in the System.Deployment.Application namespace

Downloading Assemblies On Demand with the ClickOnce Deployment API Using the Designer

Explains how to download application assemblies only when they are first used by the application.

See Also

Concepts

Visual Studio Walkthroughs