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 committed by Alex Pyrgiotis
parent cc5ba29455
commit 68da50a6b2
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

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.",
)