How to install 7z from powershell to a specified directory? I am trying to do so using the msi/exe available here: https://www.7-zip.org/download.html
The installtion always gets happends to "C:/Program Files/7-zip" even with below command:
msiexec /i "7z1604-x64.msi" TARGETDIR="C:\Downloads" /q
How can I choose the installation path?