What's the best way for a .NET winforms application to update itself without using ClickOnce?

前端 未结 9 2414
孤独总比滥情好
孤独总比滥情好 2020-12-23 17:29

For technical reasons, I can\'t use ClickOnce to auto-update my .NET application and its assemblies. What is the best way to handle auto-updating in .NET?

9条回答
  •  失恋的感觉
    2020-12-23 18:06

    We have a product that's commercial/open source: wyBuild & wyUpdate. It has patching ability and is dead simple to use.

    Edit: I'm getting voted down into the negative numbers, but my post wasn't just blatant selling. Our updater, wyUpdate, is open source, written in C# and is licensed under the BSD license.

    I thought it might help anyone trying to build an updater from scratch using the .NET framework.

    But, vote me down if you must.

提交回复
热议问题