msi: add The AllowSameVersionUpgrades="yes" setting forces uninstallation

even when the MSI version is identical (which is the case here, as 0.100.1.0
remains unchanged between two nightly builds).
This commit is contained in:
Laurent Trinques
2026-05-21 13:59:53 +02:00
parent f914f91e77
commit 24d075b64c

View File

@@ -28,6 +28,7 @@
<!-- In-place upgrade: automatically uninstalls the previous version --> <!-- In-place upgrade: automatically uninstalls the previous version -->
<MajorUpgrade <MajorUpgrade
DowngradeErrorMessage="A newer version of QElectroTech is already installed." DowngradeErrorMessage="A newer version of QElectroTech is already installed."
AllowSameVersionUpgrades="yes"
Schedule="afterInstallInitialize" /> Schedule="afterInstallInitialize" />
<!-- Installation directory --> <!-- Installation directory -->