“降级” ClickOnce应用程序
向 ClickOnce 应用程序的用户提供降级到以前版本的推荐方式是什么? (以防新版本无法在他们的机器上运行)
What is the recommended way of offering the users of my ClickOnce application a way to downgrade to the previous version? (In case the new version doesn't work on their machine)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ClickOnce 部署设置中,将所需的最低版本保留为旧版本。这将使他们可以选择是否升级。如果他们升级,然后决定要恢复到旧版本,那么他们可以通过添加/删除程序来实现。
如果您将所需的最低版本设置为新版本,他们将无法选择返回到旧版本。
In the ClickOnce deployment setup, leave the minimum required version as the older version. This will give them the choice of whether or not to upgrade. If they upgrade, then decide they want to revert back to the older version, then they can do so through add/remove programs.
If you set the minimum required version as the new version, they will not have the choice to go back to the older version.