Merge pull request #22955 from neovim/backport-22949-to-release-0.9

[Backport release-0.9] fix(packaging): revert installation context to per-machine on Windows
This commit is contained in:
zeertzjq
2023-04-08 17:13:02 +08:00
committed by GitHub

View File

@@ -11,11 +11,4 @@
Value='[INSTALL_ROOT]bin'
/>
</CPackWiXFragment>
<!-- Allow installation by non-administrative users -->
<!-- https://learn.microsoft.com/windows/win32/msi/allusers -->
<CPackWiXFragment Id="#PRODUCT">
<Property Id="ALLUSERS" Value="2" />
<Property Id="MSIINSTALLPERUSER" Value="1" />
</CPackWiXFragment>
</CPackWiXPatch>