ClickOnce Deployment for Windows Forms
The following topics describe ClickOnce, a technology used for easily deploying Windows Forms applications to client computers.
Related Sections
- ClickOnce Deployment Overview
Provides an introduction to ClickOnce deployment technology and related concepts.
- Choosing a ClickOnce Deployment Strategy
Presents several options for deploying ClickOnce applications.
- Choosing a ClickOnce Update Strategy
Presents several options for updating ClickOnce applications.
- ClickOnce Deployment and Security
Explains the security implications of ClickOnce deployment.
- Troubleshooting ClickOnce Deployments
Describes various problems that can occur when deploying ClickOnce applications, and documents the top-level error messages that ClickOnce might generate.
- ClickOnce and Application Settings
Describes how ClickOnce deployment works with application settings, which stores application and user settings for future retrieval.
- Trusted Application Deployment Overview
Describes a ClickOnce feature that allows trusted applications to run with a higher level of permission on client computers.
- ClickOnce Deployment and Authenticode
Describes how Authenticode technology is used in trusted application deployment.
- Walkthrough: Deploying a ClickOnce Application Manually
Demonstrates using command-line and SDK tools to deploy a ClickOnce application without using Visual Studio.
- How to: Add a Trusted Publisher to a Client Computer for ClickOnce Applications
Demonstrates the one-time configuration of client computers required for trusted application deployment.
- How to: Specify an Alternate Location for Deployment Updates
Demonstrates configuring a ClickOnce application, using SDK tools, to check a different location for new versions of an application.
- Walkthrough: Downloading Assemblies on Demand with the ClickOnce Deployment API
Demonstrates using API calls to retrieve an assembly the first time your application attempts to load it.
- How to: Retrieve Query String Information in a ClickOnce Application
Demonstrates retrieving parameters from the URL used to run a ClickOnce application.
- ClickOnce Cache Overview
Describes the cache used to store ClickOnce applications on the local computer.
- Accessing Local and Remote Data in ClickOnce Applications
Describes how to access local data files and remote data sources from a ClickOnce application.
- How to: Include a Data File in a ClickOnce Application
Demonstrates how to mark a file so that it is available in the ClickOnce data directory.
Topic | Location |
---|---|
How to: Publish a ClickOnce Application | Deployment in Visual Studio |
Publishing ClickOnce Applications | Deployment in Visual Studio |
Securing ClickOnce Applications | Deployment in Visual Studio |
Signing ClickOnce Manifests | Deployment in Visual Studio |
Building ClickOnce Applications from the Command Line | Deployment in Visual Studio |
Deploying COM Components with ClickOnce | Deployment in Visual Studio |
Debugging ClickOnce Applications that Use System.Deployment.Application | Deployment in Visual Studio |
Deploying COM Components with ClickOnce | ClickOnce Deployment |
How to: Publish a ClickOnce Application using the Publish Wizard | ClickOnce Deployment |
Debugging ClickOnce Applications That Use System.Deployment.Application | ClickOnce Deployment |
Building ClickOnce Applications from the Command Line | ClickOnce Deployment |
Publishing ClickOnce Applications | ClickOnce Deployment |