diff options
author | Alexander Mnich <56564725+a-mnich@users.noreply.github.com> | 2024-08-12 21:11:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 12:11:40 -0700 |
commit | 88f07d6ca4a6d423fa10949e85941f50ba9596e0 (patch) | |
tree | 879d95a39afc150c302ddadaa4ed837185574ce3 /test/functional/lua/loader_spec.lua | |
parent | 65a703e06063c85c3dd5fdb3ad4e1207a622ef30 (diff) | |
download | rneovim-88f07d6ca4a6d423fa10949e85941f50ba9596e0.tar.gz rneovim-88f07d6ca4a6d423fa10949e85941f50ba9596e0.tar.bz2 rneovim-88f07d6ca4a6d423fa10949e85941f50ba9596e0.zip |
fix(win-msi): set installer scope to machine #29895
Problem:
The windows installer did not have the AllUsers property which leads to
the installer being misidentified as per user installer.
Currently the installer already requires administrative privileges and
installs into the system-wide ProgramFiles directory, but the start menu
entry and uninstaller registration are created only for the current user.
Issue: #29885
https://cmake.org/cmake/help/latest/cpack_gen/wix.html#variable:CPACK_WIX_INSTALL_SCOPE
Solution:
With setting CPACK_WIX_INSTALL_SCOPE to "perMachine" the generated msi
installer includes the Property ALLUSERS=1.
Additionally the start menu entries and uninstaller registration will be
created for all users.
Diffstat (limited to 'test/functional/lua/loader_spec.lua')
0 files changed, 0 insertions, 0 deletions