Trying to install CMake on windows and need to be admin

I am trying to install CMake 3.18.1 on Windows 10 through Msys. i have bootstraped i have run make but when i try make install i get the error when installation starts(after it has built everything), that it cant create a path and its probably due to lack of being sudo. Sudo cant get executed on Msys so how can i overcome this?

I think you can use the --prefix argument of the bootstrap script to specify where you want CMake to be installed.

I hope this helps.