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 -->
|
<!-- 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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user