I can't install any program and got error "Your system administrator has set policies to prevent this installation". How can I solve it?
feedback
|
|
If you are in a business, government, educational, or other environment that is not your own personal home network, that sort of message generally indicates that the system administrator does not want unknown and unapproved software installed on computer systems for which they have responsibility. This restriction could be in place for a variety of reasons (national security restrictions; health, financial, or other privacy concerns; software licensing restrictions; or simply not wanting to support random software installed by users). Your best course of action if the computer and network are not legally yours is to contact the system administrator for assistance. They may be willing to grant an exception to the policy if you can make the case that you really do need the software. | |||||||||||||||
feedback
|
|
Use a portable version of the application or contact the administrator. | ||||
|
feedback
|
|
Here is the solution: change the DisableMSI value in Registry HKLM\Software\Policies\Microsoft\Windows\Installer DisableMSI = Value 0 | |||
|
feedback
|
|
Microsoft must have disabled MSI installation for a reason. There is probably some kind of security vulnerability in it. It doesn't make sense to change the settings of your computer to permanently allow all MSI installations. The correct thing to do is not change your registry, it is to go to Start->Programs->Accessories and right click on Command and choose "Run as Administrator" then navigate to the folder where the installer file is and run it. This will bypass this message for this installation only. | |||
feedback
|