问题描述
我目前正在使用C#开发WPF .NET应用程序。我们经常发布更新,每次更新时,我们都必须将新的setup.exe文件发送给我们的生产团队。他们每次都安装较新版本的Application,这不是一个好方法。
我听说过更新功能。我们可以使用Internet连接远程更新任何Android应用程序。
我想知道是否有人帮我这个,有没有办法在.NET应用程序中执行相同的OTA事物工具?
我尝试了什么:
我找到了一些解决方案,但它们并不容易实现,而且大多数都很老。其中一个是在visual studio中设置,但这看起来不是一个很好的解决方案事情也是。
另一个是,这也不容易配置。
I'm currently working on WPF .NET Application with C# . We frequently release updates and for each update , we have to send the new setup.exe file to our production team. They install that newer version of Application every time, which is not a good approach.
I've heard about OTA Updates feature in Android. Where we can remotely update any Android app by using Internet Connection.
I want to know if somebody help me on this, Is there a way to do the same OTA thing implement in .NET Applications?
What I have tried:
I've found few solutions but they are not easy to implement and most them are very old . One of them is ClickOnce setup in visual studio but this does not looks like a good solution for that thing too.
Another is winSparkle which is also not easy to configure.
这篇关于如何远程更新.NET应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!