Change: Disable AllowSameVersionUpgrades

Since running `wix msi validate` with it set to `yes` causes an error.
This commit is contained in:
jkarasti 2024-11-11 19:06:10 +02:00
parent 3df5c0d3be
commit 9a87e64e69

View file

@ -220,7 +220,6 @@ def main():
ET.SubElement(
package_el,
"MajorUpgrade",
AllowSameVersionUpgrades="yes",
DowngradeErrorMessage="A newer version of [ProductName] is already installed. If you are sure you want to downgrade, remove the existing installation via Programs and Features.",
)