How do I develop my Windows application so it will auto update on the client machine, like Firefox, Skype, etc.?
Is there any simple approach or any open source libr
The most popular frameworks are:
I've taken these links from this article. It goes into more details about the pros and cons of each of the frameworks.
There is also the Update Block in the Ent Lib by msft.
ClickOnce is what you're searching for.
You might also find these SO questions interesting (which offers some different solutions):
You can use wyUpdate or .NET Application Updater Component
How about System Center 2012 Configuration Manager?
try microsoft clickonce technology
(in MSDN)