fix(msi): use standard replace mode for MSI installer

shoudl enable replacing files during install happen only when needed
instead of always

will need to take care of migration from older releases

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
Matthieu Gallien 2025-04-07 17:57:21 +02:00
parent 0ada4bea63
commit 67fc985804

View File

@ -45,7 +45,7 @@
https://www.joyofsetup.com/2010/01/16/major-upgrades-now-easier-than-ever/
-->
<MajorUpgrade Schedule="afterInstallInitialize" AllowDowngrades="yes" />
<Property Id="REINSTALLMODE" Value="amus" />
<Property Id="REINSTALLMODE" Value="omus" />
<Media Id="1" Cabinet="$(var.AppShortName).cab" EmbedCab="yes" />