在不使用 ClickOnce 的情况下在 .Net 中实现应用程序更新
我有一个通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.