DDay.Update in a class library for adding automatic update capability to your .NET 2.0+ applications. As an alternative to ClickOnce, it uses ClickOnce manifest files, but avoids some of the do-it-all-for-you pitfalls of ClickOnce, while staying easy to use.
The technology that will be presented uses Microsoft's ClickOnce publishing mechanism that is built into Visual Studio 2005. It does not use ClickOnce itself. This is for many reasons:
1. It's difficult to use your own deployment methods (use Windows Installer, for example) and still use ClickOnce for automatic updates
2. You cannot easily update individual files with ClickOnce, it's an all-or-nothing update by default. This becomes problematic when your application is anything but very small in size, or you have very few users.
3. To use a different GUI with ClickOnce requires a complete, built-by-hand interface. DDay.Update's GUI is pluggable. There is currently a pre-built interface for Windows Forms 2.0, and one will soon be available for .NET 3.0 (WPF).
4. DDay.Update does not interfere with your application's security permissions
5. Open source applications lend to a better understanding of the underlying technology. Since DDay.Update and all its controls are open source, you are free to study and extend the code.
Bookmarks