denmyos Posted November 28, 2014 Posted November 28, 2014 I have been trying to figure out how to install the configmgrtools for the administrator only, what ever i do all users get the tools. my string looks like this. Msiexec /i /quiet /norestart or Msiexec /i Allusers=1 /quiet /norestart or Msiexec /i Allusers=2 /quiet /norestart But all of them install the tools to all the users on the computer. Help would be appriciated
denmyos Posted November 28, 2014 Author Posted November 28, 2014 I think i got it now Msiexec /i path to msi /ALLusers=2 MSIinstallallperuser=1 If the ALLUSERS property is set to 2 and MSIINSTALLPERUSER is set to 1, the Windows Installer performs a per-user installation. Per-User vs. Per-Machine Installations
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now