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
Signed-off-by: Marton Szasz <[email protected]>
  • Loading branch information
szaszm committed Oct 7, 2024
1 parent fafb1f9 commit d039135
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 d039135

Please sign in to comment.