mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(packaging): revert installation context to per-machine
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user