1

例如,我可以"!(bind.property.ProductVersion)"用来设置 UpgradeVersion\@Minimum 属性。工作正常。但现在我想将该属性设置为:

"!(bind.property.ProductVersion.Major).!(bind.property.ProductVersion.Minor).0.0"

但这不起作用。我收到此错误:UpgradeVersion/@Maximum 属性的值 '!(bind.property.ProductVersion.Major).!(bind.property.ProductVersion.Minor).0.0' 不是有效版本。合法版本值应类似于“xxxx”,其中 x 是 0 到 65534 之间的整数。

有什么想法可以让它发挥作用吗?

问候,雅普

4

1 回答 1

0

不幸的是,似乎版本属性只允许有一个活页夹变量来替换整个字符串。它不支持您描述的场景。但是,似乎应该如此。您可以在http://wixtoolset.org/bugs提交错误

于 2013-04-02T14:57:20.077 回答