ClickOnce Deployment Walkthroughs
This section contains topics that help you understand ClickOnce deployment by walking you through the steps of different ClickOnce processes.
In This Section
Walkthrough: Manually Deploying a ClickOnce Application
Walks you through the process to create a full ClickOnce deployment by using either the command-line or graphical version of the Manifest Generation and Editing Tool (Mage.exe or MageUI.exe).Walkthrough: Manually Deploying a ClickOnce Application that Does Not Require Re-Signing and that Preserves Branding Information
Walks you through the process that incorporates support for both multiple deployments and third-party branding. These deployments are created by using either the command-line or graphical version of the Manifest Generation and Editing Tool (Mage.exe or MageUI.exe).Walkthrough: Downloading Assemblies on Demand with the ClickOnce Deployment API
Walks you through the process to mark certain assemblies in your application that are used only by a small set of your users as optional. These assemblies will download only when you create one of its types.Walkthrough: Downloading Satellite Assemblies on Demand with the ClickOnce Deployment API
Walks you through the process to mark your satellite assemblies as optional, and download only the assembly a client computer needs for its current culture settings.
See Also
Concepts
Deployment Scenarios for .NET Framework Applications
.NET Framework Deployment Features
.NET Framework Deployment Basics