mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
build: Force-set REINSTALLMODE=amus for WiX installer
This commit is contained in:
6
resources/dist/windows/wix_patch.xml
vendored
Normal file
6
resources/dist/windows/wix_patch.xml
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user