Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 5.62 KB

File metadata and controls

79 lines (63 loc) · 5.62 KB
title ClickOnce Deployment for Windows Forms
ms.custom
ms.date 03/30/2017
ms.prod .net-framework
ms.reviewer
ms.suite
ms.technology
dotnet-winforms
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
ClickOnce deployment [Windows Forms]
Windows Forms, ClickOnce deployment
walkthroughs [Windows Forms], ClickOnce deployment
ms.assetid 1451fce9-1965-4a03-b4d3-831b5fe4ad66
caps.latest.revision 11
author dotnet-bot
ms.author dotnetcontent
manager wpickett
ms.workload
dotnet

ClickOnce Deployment for Windows Forms

The following topics describe [!INCLUDEndptecclick], a technology used for easily deploying Windows Forms applications to client computers.

Related Sections

Choosing a ClickOnce Deployment Strategy
Presents several options for deploying [!INCLUDEndptecclick] applications.

Choosing a ClickOnce Update Strategy
Presents several options for updating [!INCLUDEndptecclick] applications.

Securing ClickOnce Applications
Explains the security implications of [!INCLUDEndptecclick] deployment.

Troubleshooting ClickOnce Deployments
Describes various problems that can occur when deploying [!INCLUDEndptecclick] applications, and documents the top-level error messages that [!INCLUDEndptecclick] might generate.

ClickOnce and Application Settings
Describes how [!INCLUDEndptecclick] deployment works with application settings, which stores application and user settings for future retrieval.

Trusted Application Deployment Overview
Describes a [!INCLUDEndptecclick] feature that allows trusted applications to run with a higher level of permission on client computers.

ClickOnce and Authenticode
Describes how Authenticode technology is used in trusted application deployment.

Walkthrough: Manually Deploying a ClickOnce Application
Demonstrates using command-line and SDK tools to deploy a [!INCLUDEndptecclick] 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 [!INCLUDEndptecclick] 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 an Online ClickOnce Application
Demonstrates retrieving parameters from the URL used to run a [!INCLUDEndptecclick] application.

ClickOnce Cache Overview
Describes the cache used to store [!INCLUDEndptecclick] 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 [!INCLUDEndptecclick] application.

How to: Include a Data File in a ClickOnce Application
Demonstrates how to mark a file so that it is available in the [!INCLUDEndptecclick] data directory.

See Also

Application Settings Overview
Publishing ClickOnce Applications
Building ClickOnce Applications from the Command Line
Debugging ClickOnce Applications That Use System.Deployment.Application
Deploying COM Components with ClickOnce
How to: Publish a ClickOnce Application using the Publish Wizard