wix 产品 ID 应该自动生成补丁号更改吗?

发布于 2024-08-04 19:57:15 字数 451 浏览 3 评论 0原文

我使用 wix 来构建产品的设置。该产品的版本格式为

major.minor.patchnumber

示例:

4.5.1313

在每个版本中,最后一个补丁号不断变化,如 1314、1315 等。

我想知道是否应该在 product 元素中保留 id 属性作为自动生成,只是补丁编号发生变化,还是应该保持不变?

I use wix for building a setup for a product. The product has version of the format

major.minor.patchnumber

Example:

4.5.1313

in each build the last patchnumber keeps changing like 1314, 1315 and so on.

I would like to know whether I should keep the id attribute in the product element as autogenerated between just the patch number changes or should they remain constant?

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

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

发布评论

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

评论(1

痕至 2024-08-11 19:57:15

如果您自动生成您的产品/@Id,那么您正在进行重大升级。如果您想要进行小更新或小升级,那么您不想想要更改产品/@Id。

请参阅本主题 http://msdn.microsoft 中的表。 com/en-us/library/aa370579(VS.85).aspx

If you are autogenerating your Product/@Id then you are doing a Major Upgrade. If you want to do small updates or minor upgrades then you do not want to change the Product/@Id.

See the table in this topic http://msdn.microsoft.com/en-us/library/aa370579(VS.85).aspx

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