Clickonce 将现有安装的自动更新更改为手动更新
我有一个针对具有许多现有用户的特定应用程序的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案:是的,在清单中关闭自动更新不会破坏现有的客户端安装,之后可以使用手动更新策略,无需重新安装。
(至少与 .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)