带有补丁管理/自动更新的.NET部署选项

发布于 2024-08-11 09:46:58 字数 170 浏览 7 评论 0原文

除了 ClickOnce 之外,还有哪些选项可用于部署使用 WPF 构建的 .NET 桌面应用程序?

首要任务是

  • 应该通过有线(互联网或内部网)进行
  • 更新管理;检查软件更新和自动更新的选项。
  • 补丁管理;仅下载并更新那些已更改的文件。

What are the options available to deploy a .NET desktop application built using WPF other than ClickOnce?

Top priorities are

  • should work over the wire (internet or intranet)
  • updates management; options to check for software updates and automatic updates.
  • patch management; download and update only those files which has changed.

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

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

发布评论

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

评论(4

撩发小公举 2024-08-18 09:46:58

Dot Net 自动更新

我已经实现了一个名为 DotNetAutoUpdate(原来的名字是吗?)。它的目标是:

它目前不处理差异补丁,但将来可能会处理。

Dot Net Auto Update

I've implemented a library to do this called DotNetAutoUpdate (original name eh?). It aims to be:

It doesn't handle differential patches at the moment but perhaps in the future.

苦笑流年记忆 2024-08-18 09:46:58

您是否研究过 XBAP 部署?

Have you looked into XBAP deployment?

余罪 2024-08-18 09:46:58

看看 Squirrel ,它声称“它就像 ClickOnce but Works™”

Take a look at Squirrel which claims "It's like ClickOnce but Works™"

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