This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 1198ba74a9160a6692f572df48021d799d27a780 Author: Adam Debreceni <[email protected]> AuthorDate: Wed Apr 24 13:33:13 2024 +0200 MINIFICPP-1886 - Enable msi upgrade Closes #1768 Signed-off-by: Marton Szasz <[email protected]> --- msi/WixWin.wsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msi/WixWin.wsi.in b/msi/WixWin.wsi.in index 8e1830957..ac2a959dd 100644 --- a/msi/WixWin.wsi.in +++ b/msi/WixWin.wsi.in @@ -31,6 +31,8 @@ Licensed to the Apache Software Foundation (ASF) under one or more <Package InstallerVersion="301" Compressed="yes"/> + <MajorUpgrade DowngradeErrorMessage="A newer version of Apache NiFi MiNiFi C++ is already installed." /> + <Media Id="1" Cabinet="media1.cab" EmbedCab="yes"/> <WixVariable Id="WixUILicenseRtf" Value="$(var.CPACK_WIX_LICENSE_RTF)"/>
