Skip to content

How to install Meson on Windows without Administrator privileges? #14745

Answered by eli-schwartz
Demonese asked this question in Q&A
Discussion options

You must be logged in to vote

The prebuilt Meson redistributable installer mainly exists to solve the problem of explaining to people who don't know python, how to use python environment installers, like pip.

https://mesonbuild.com/Getting-meson.html describes the other (non-MSI) options, which mainly mean pip install meson. :P

However I think you should be able to pass a flag to the Windows MSI installer service thingy (msiexec) to install as a non-admin. Also, contributions welcome to make the installer more flexible -- we are boring and use WiX, so it should be easy. :) It really is just bundling up a standalone meson.exe and ninja.exe into a one-click installer, nothing intrinsically should force admin privileges,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Demonese
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants