在不使用 ClickOnce 的情况下在 .Net 中实现应用程序更新

发布于 2024-10-29 18:29:43 字数 105 浏览 1 评论 0原文

我有一个通过 MSI 部署的服务,我想在其中构建更新。我知道 ClickOnce 存在,但它不适合我的要求。还有哪些其他应用程序更新框架/库可用于 .Net?该服务可以重新启动而不会造成任何中断。

I've got a service that is deployed via MSI that I would like to build updates into. I know that ClickOnce exists, but it's not suitable for my requirements. What other application update frameworks / libraries are available for .Net? The service can be restarted without any disruption.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

国际总奸 2024-11-05 18:29:43

Ent Lib 中有更新应用程序块。我不确定它是否是最新版本。但我使用该块成功地通过 http(通过网络服务)设置了更新。

There is the Updates Application Block in the Ent Lib. I am not sure if it's in the lastest version. But I had success setting up updates over http (via a web service) using that block.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文