如何远程更新.NET应用程序? [英] How to update a .NET application remotely ?

查看:129
本文介绍了如何远程更新.NET应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用C#开发WPF .NET应用程序。我们经常发布更新,每次更新时,我们都必须将新的setup.exe文件发送给我们的生产团队。他们每次都安装较新版本的Application,这不是一个好方法。

我听说过> OTA 更新功能。我们可以使用Internet连接远程更新任何Android应用程序。

我想知道是否有人帮我这个,有没有办法在.NET应用程序中执行相同的OTA事物工具?



我尝试了什么:



我找到了一些解决方案,但它们并不容易实现,而且大多数都很老。其中一个是在visual studio中 ClickOnce 设置,但这看起来不是一个很好的解决方案事情也是。

另一个是 winSparkle ,这也不容易配置。

解决方案

您可以尝试 Squirrel [网站]

Quote:

这就像ClickOnce但是Works


我们使用ClickOnce并且效果很好。我写了一篇文章:用于Winform和放大器的静音ClickOnce安装程序; WP#中的WPF& VB [ ^ ]

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.

解决方案

You could try Squirrel: [website]

Quote:

It's like ClickOnce but Works


We use ClickOnce and it works well. I have written an article on it: Silent ClickOnce Installer for Winform & WPF in C# & VB[^]


这篇关于如何远程更新.NET应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆