Adding entries to MSI UpgradeTable to remove related products

前端 未结 2 721
礼貌的吻别
礼貌的吻别 2020-12-02 02:31

A WiX installer product node has an attribute UpgradeCode. It is used to refer to previous versions of the same product. The value is stored in the UpgradeTable. The Upgrade

2条回答
  •  一整个雨季
    2020-12-02 03:34

    Just add Upgrade and UpgradeVersion elements as required. That all just works. You might be using the MajorUpgrade element, and perhaps you're unaware of those other elements.

提交回复
热议问题