Fixing error “The system administrator has set policies to prevent this installation” on Server 2012 R2

When trying to run an msi installation application on Windows Server 2012 R2 you get a message pop up “The system administrator has set policies to prevent this installation” even though you have signed in with an account that has local system administrator rights.

Solution:

Launch command prompt with elevated privileges i.e. “run as administrator”

navigate to the folder that has the msi

enter command

msiexec /i yourapp.msi


No Comments Yet.

Leave a Comment