build: Force-set REINSTALLMODE=amus for WiX installer

This commit is contained in:
WerWolv
2025-12-11 12:34:29 +01:00
parent e23cb5509d
commit 2586645d02
5 changed files with 8 additions and 143 deletions

6
resources/dist/windows/wix_patch.xml vendored Normal file
View File

@@ -0,0 +1,6 @@
<CPackWiXPatch>
<CPackWiXFragment Id="#PRODUCT">
<SetProperty Id="REINSTALL" Value="ALL" After="CostFinalize" />
<SetProperty Id="REINSTALLMODE" Value="amus" After="CostFinalize" />
</CPackWiXFragment>
</CPackWiXPatch>