This is an automated email from the ASF dual-hosted git repository. martinzink pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 8c9c1a9ae419fc044289508689b0f36913d26d9d Author: Marton Szasz <[email protected]> AuthorDate: Mon Oct 14 14:10:34 2024 +0200 MINIFICPP-2472 msi: fix install scope, should be per machine Closes #1874 Signed-off-by: Martin Zink <[email protected]> --- msi/WixWin.wsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msi/WixWin.wsi.in b/msi/WixWin.wsi.in index 1ad4ac21f..d39c5daed 100644 --- a/msi/WixWin.wsi.in +++ b/msi/WixWin.wsi.in @@ -29,7 +29,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more Manufacturer="$(var.CPACK_PACKAGE_VENDOR)"> - <Package InstallerVersion="301" Compressed="yes"/> + <Package InstallScope="perMachine" InstallerVersion="301" Compressed="yes"/> <MajorUpgrade DowngradeErrorMessage="A newer version of Apache NiFi MiNiFi C++ is already installed." />
