mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-23 14:09:59 +02:00
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:
@@ -28,6 +28,7 @@
|
||||
<!-- In-place upgrade: automatically uninstalls the previous version -->
|
||||
<MajorUpgrade
|
||||
DowngradeErrorMessage="A newer version of QElectroTech is already installed."
|
||||
AllowSameVersionUpgrades="yes"
|
||||
Schedule="afterInstallInitialize" />
|
||||
|
||||
<!-- Installation directory -->
|
||||
|
||||
Reference in New Issue
Block a user