Windows Installer 是否允许产品“降级”?

发布于 2024-10-18 21:38:03 字数 111 浏览 4 评论 0原文

如果我通过 MSI 安装了 2.0 版本的 MyProduct,是否可以为早期 1.0 版本的 MyProduct 执行 MSI 并导致“产品降级”?或者 Windows Installer 只处理升级故事?

If I have a 2.0 version of MyProduct installed through an MSI, is it possible to execute the MSI for an earlier 1.0 version of MyProduct and cause a "product downgrade?" Or does Windows Installer only handle upgrade stories?

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

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

发布评论

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

评论(1

厌味 2024-10-25 21:38:03

支持降级。您可以使用升级表来定义自定义升级规则。例如,1.0版本应该有一个涵盖所有版​​本(包括2.0)的升级规则,而不仅仅是1.0以下的版本。

Downgrades are supported. You can use the Upgrade table to define custom upgrade rules. For example, the 1.0 version should have an upgrade rule which covers all versions (including 2.0), not just versions lower than 1.0.

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