Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 InstallShield 中,为什么会有两个 productcode 设置?一个是一般信息,另一个是发布 > productconfig。后者似乎对重大升级很重要。同样,有重复的升级代码和包代码字段。
产品配置是一种从单一源项目构建安装程序变体的方法。通过使用发布标志,您可以创建具有不同功能集的不同 MSI,然后您可以覆盖 ProductName、ProductVersion、ProductCode 和 UpgradeCode,从而为生成的 MSI 提供不同的元上下文。
例如,您的产品的 Lite、Standard 和 Professional 版本。