ClickOnce Resources
- A overview of ClickOnce deployment, which includes some introducation of the System.Deployment APIs.
- ClickOnce and Security by DevelopMentor, explains how ClickOnce applications are launched by the runtime, the role of AppLaunch.exe, dfshim.dll and .application/.appref-ms files and the relationship between ClickOnce and CAS.
- MSDN Walkthrough: Downloading Assemblies on Demand with the ClickOnce Deployment API Using the Designer.