Notes, help and tips on Microsoft ClickOnce application deployment for Smart Clients.
.NET Ramblings - Brian Noyes' Blog - ClickOnce Publisher Certificate Renewals and Updating Your Application. Here’s a great article that talks about the risks associated with changing or renewing publisher certificates when ClickOnce app is in production. ......
.NET Ramblings - Brian Noyes' Blog - ClickOnce Deployment Application Identity. This article talks about how to deploy two versions of the same application side-by-side on a user’s machine using ClickOnce. i.e. TestManager 2.3 and TestManager 2.5 Beta, so that the user can test out both apps at the same time. Another great article from Brian Noyes ......
Windows Forms .NET: The Official Microsoft Windows Forms Community Site (ClickOnce Category). Great place to find an exhaustive list of ClickOnce information ......
.NET Ramblings - Brian Noyes' Blog - On-Demand Updates with ClickOnce. Another awesome post from Brian Noyes on “On-Demand Updates with ClickOnce” ......
.NET Ramblings - Brian Noyes' Blog - Launching unmanaged applications with ClickOnce. Great post with sample code. Brian Noyes explains how to launch an unmanaged application with ClickOnce. Can’t wait till your book hits the shelves ......
Administering ClickOnce Deployments. Great WhitePaper from Brian Noyes on Administering ClickOnce Deployments ......
Walkthrough: Deploying a ClickOnce Application Manually.
Little light on the detail but a good explanation of how to use Mage to generate Application and Deployment manifests.
Becoming Agile: Click Once deployment using NAnt. Great example of how to Create an initial ClickOnce application deployment package using Mage.exe, then perform update Mage.exe builds to update the Application manifest and resign the Deployment manifest. Solid explanation… Short and sweet. Though you might not need the NAnt retoric. The key is understanding the Mage.exe steps being taken. You translate the NAnt into MSBuild if you would like ......
.NET Ramblings - Brian Noyes' Blog - Manually Putting a ClickOnce Application into Production. Great article on how to use MageUI to update Application and Deployment manifests for a ClickOnce build ......