c# - Auto Patcher (Efficient Auto Updater) -
i want auto updater detect modified files (by comparing files on client-side , server) , download modified files. want give me status lively (to show on process bar or something)
the scenario there's 1 thousand clients in network, use same application. if new version of application available, have new version. but, bandwidth limited, it's not efficient give them full installer each time. (which currently)
i searched around little, , found icepatch2. exact thing want: getting newest files server when patcher run. problem clients wrote in c#, , can't use icepatch2 inside application. (i have run separate process, or write com or interact icepatch2client)
so far, best solution found .net application updater component , customize fit needs. prefer solution dose not require me maintain application.
any idea?
we use wybuild.
it produces binary delta patches - better file-level. has client auto-update component too: wyupdate.
Comments
Post a Comment