Self Update in .net programs?
Posted
by Rev
on Stack Overflow
See other posts from Stack Overflow
or by Rev
Published on 2010-06-02T10:01:22Z
Indexed on
2010/06/02
10:03 UTC
Read the original article
Hit count: 161
Hi, 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.
© Stack Overflow or respective owner