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

前端 未结 9 2415
孤独总比滥情好
孤独总比滥情好 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

    As a starting point for rolling your own, it's probably worth looking at Alex Feinman's article on MSDN entitled "Creating Self-Updating Applications with the .NET Compact Framework".

提交回复
热议问题