Self Update in .net programs?
I`m looking for best mechanism for self update in .net programs!
solution should cover this subject: 1) Server - Client Program 2) When new update released, after installing that on the 开发者_如何学运维sever-program, all client-program must update itself base on server version.(no need automatic-update for server) 3) Full-Update : for example if server on version 3 and last update package version is 5, update package must contain any older package.Have you looked in to Click Once deployment?
You can do it with this component: .NET Client Applications: .NET Application Updater Component
精彩评论