Skip to content

Commit

Permalink
MINIFICPP-2472 msi: fix install scope, should be per machine
Browse files Browse the repository at this point in the history
Closes #1874

Signed-off-by: Martin Zink <[email protected]>
  • Loading branch information
szaszm authored and martinzink committed Oct 14, 2024
1 parent 48bebcd commit 8c9c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msi/WixWin.wsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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." />

Expand Down

0 comments on commit 8c9c1a9

Please sign in to comment.