For technical reasons, I can’t use ClickOnce to auto-update my .NET application and its assemblies. What is the best way to handle auto-updating in .NET?
For technical reasons, I can’t use ClickOnce to auto-update my .NET application and its
Share
I think the Updater Application Block was something of a precursor to ClickOnce. Might be worth investigating. Looking at its source code might be enough to spark some ideas.