neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 95fe166d13fe51d1656c659dbb78b258a6f5dcd8
parent 4ce0ada0d4c8c57a181ab08717a3d052d46ae158
Author: sitiom <sitiom@disroot.org>
Date:   Sat,  8 Apr 2023 17:02:13 +0800

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.
Diffstat:
Mcmake.packaging/WixPatch.xml | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/cmake.packaging/WixPatch.xml b/cmake.packaging/WixPatch.xml @@ -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>