简体   繁体   中英

What's the best way for a .NET windows forms application to update itself?

I use a home-grown system where the application updates itself from a web service. However, I seem to remember something in the original .NET sales pitch about auto-updating of components being a built-in feature of .NET. What are the best practices for having an application update itself and/or the assemblies it uses?

You may want to take a look at the Click-Once technology. Some great examples in these references.

http://www.codeproject.com/KB/install/QuickClickOnceArticle.aspx

http://msdn.microsoft.com/en-us/magazine/cc163973.aspx

ClickOon会做你想做的一切吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM