开发者

Self Update in .net programs?

开发者 https://www.devze.com 2023-01-02 03:52 出处:网络
I`m looking for best mechanism for self update in .net programs! solution should cover this subject: 1) Server - Client Program

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

0

精彩评论

暂无评论...
验证码 换一张
取 消