【发布时间】:2013-04-02 14:21:04
【问题描述】:
我可以使用"!(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' 不是有效版本。合法版本值应类似于“x.x.x.x”,其中 x 是 0 到 65534 之间的整数。
有什么想法可以让它发挥作用吗?
问候,雅普
【问题讨论】: