Clickonce 将现有安装的自动更新更改为手动更新

发布于 2024-12-21 22:04:56 字数 155 浏览 2 评论 0原文

我有一个针对具有许多现有用户的特定应用程序的 ClickOnce 部署。目前,部署清单指定“启动时自动更新”选项。

我想更改部署清单,以便它指定自动更新已关闭,并且我可以手动触发应用程序的更新。

令我困扰的是,是否可以在用户不重新安装应用程序的情况下更新当前部署。

I have a ClickOnce deployment for a specific application with many existing users. Currently, the deployment manifest specifies "auto update on startup" option.

I would like to change the deployment manifest so it would specify that auto update is turned off and I could manually trigger update for my application.

What bothers me is the question if current deployment can be updated without users reinstalling the application.

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

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

发布评论

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

评论(1

屌丝范 2024-12-28 22:04:56

答案:是的,在清单中关闭自动更新不会破坏现有的客户端安装,之后可以使用手动更新策略,无需重新安装。

(至少与 .NET 4.0 clickonce 部署的应用程序一起使用)

The answer: yes, switching auto update off in the manifest does not break existing client installations, manual update strategy can be used afterwards and no reinstall is required.

(at least that worked with .NET 4.0 clickonce deployed application)

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