MSBuild
Musings on the powerful MSBuild engine.
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...