Application Updater
This project allows .NET developers to add automatic update feature to their projects.
It's written in C# and requires .NET Framework 2.0.
Now updates from file system and MS SQL server are available.
Also I'm going to add FTP support and probably some other update sources.
Now it supports just simple file copying. But it designed to be extended and be able to add assemblies to the GAC, update registry keys and other stuff if required.
After you download this sources please refer to the sample project - I tried to describe the startup in details here.