diff options
author | sitiom <sitiom@disroot.org> | 2023-04-08 17:02:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 11:02:13 +0200 |
commit | 95fe166d13fe51d1656c659dbb78b258a6f5dcd8 (patch) | |
tree | 94443b8c914855e4746f1f937d6ca28d0026e1a9 /cmake.packaging | |
parent | 4ce0ada0d4c8c57a181ab08717a3d052d46ae158 (diff) | |
download | rneovim-95fe166d13fe51d1656c659dbb78b258a6f5dcd8.tar.gz rneovim-95fe166d13fe51d1656c659dbb78b258a6f5dcd8.tar.bz2 rneovim-95fe166d13fe51d1656c659dbb78b258a6f5dcd8.zip |
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 (limited to 'cmake.packaging')
-rw-r--r-- | cmake.packaging/WixPatch.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake.packaging/WixPatch.xml b/cmake.packaging/WixPatch.xml index 1179292636..1196f4f335 100644 --- 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> |