mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
fix(packaging): revert installation context to per-machine
(cherry picked from commit b22e5efbda
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
92ffc44ce7
commit
e542e07c01
@@ -11,11 +11,4 @@
|
|||||||
Value='[INSTALL_ROOT]bin'
|
Value='[INSTALL_ROOT]bin'
|
||||||
/>
|
/>
|
||||||
</CPackWiXFragment>
|
</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>
|
</CPackWiXPatch>
|
||||||
|
Reference in New Issue
Block a user