mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
revert(packaging): installation context to per-machine on Windows
Revert this change until a proper solution is implemented, such as allowing the user to select whether to install per-user or per-machine. Fixes https://github.com/neovim/neovim/issues/22933.
This commit is contained in:
parent
4ce0ada0d4
commit
95fe166d13
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user