【问题标题】:How to add application version to the MSI file properties?如何将应用程序版本添加到 MSI 文件属性?
【发布时间】:2021-11-27 08:50:24
【问题描述】:

我有一个使用Wix 创建安装程序的应用程序。有没有办法将version number(内部版本号)添加到MSI的属性中,如下所示

这里 google chrome 安装程序在 comment 部分添加了版本。

【问题讨论】:

    标签: wix windows-installer wix3.5 wix3 wix3.7


    【解决方案1】:

    详细信息中的属性称为 SummaryInformationStream,可以通过 Package 元素上的各种属性进行设置。在这种情况下,它是 Comments 属性。

    请注意,此字段不是 MSI 的实际版本。这将始终是 Product 元素的 Version 属性设置的 ProductVersion 属性。

    【讨论】:

      猜你喜欢
      • 2010-09-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-21
      • 1970-01-01
      • 2010-11-25
      • 2011-03-02
      • 1970-01-01
      相关资源
      最近更新 更多