neovim/cmake.packaging
Alexander Mnich 88f07d6ca4
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.
2024-08-12 12:11:40 -07:00
..
CMakeLists.txt fix(win-msi): set installer scope to machine #29895 2024-08-12 12:11:40 -07:00
CustomInstallDirDlg.wxs feat(install): mention standard paths, XDG vars in Windows installer #29101 2024-06-04 05:51:35 -07:00
neovim.icns build: rename build-related dirs 2022-06-28 04:02:29 -07:00
neovim.png build: rename build-related dirs 2022-06-28 04:02:29 -07:00
neovim.svg build: rename build-related dirs 2022-06-28 04:02:29 -07:00
WixPatch.xml fix(win-msi): add bin to PATH per-machine after installation (#29099) 2024-05-31 12:45:30 +08:00
WixUI_CustomInstallDir.wxs feat(install): mention standard paths, XDG vars in Windows installer #29101 2024-06-04 05:51:35 -07:00