zoukankan      html  css  js  c++  java
  • System administrator has set policies to prevent this installation

    System administrator has set policies to prevent installation

    If you are also experiencing the same error then I hope the steps mentioned in this post will surely help you.

    In my case I resolved this issue by enabling the Windows installer setting in the Windows Software Restriction Policy.

    In addition to that I also created a new software restriction policy and applied it to All users except local administrators.

    System administrator has set policies to prevent installation

    To fix the error System administrator has set policies to prevent this installation :-

    • Login to the system with an administrator account.
    • Click Start > Run. Enter gpedit.msc.
    • This brings up the Local Group Policy Editor.
    • Expand Computer Configuration > Administrative Templates > Windows Components > Windows Installer.
    • On the right pane edit the policy setting – Turn off Windows Installer.

    Enable turn off windows installer

    On the Turn off Windows Installer setting box, click Enabled. Under Options > Disable Windows Installer – Click the drop-down and select Never.

    Click Apply and OK.

    Enable turn off windows installer

    In the group policy editor, expand Windows Settings > Security Settings > Software Restriction Policies. Right click Software Restriction Policies and click New Software Restriction Policies.

    System administrator has set policies to prevent installation

    On the right pane, right click Enforcement and click Properties. In the Enforcement properties box, look for Apply software restriction policies to the following users.

    Select All users except local administrators. Click OK.

    Close the group policy editor.

    System administrator has set policies to prevent installationLaunch the command prompt as administrator and run gpupdate /force. Finally once the policy gets updated, re-run the installer.

    In my case after performing the above steps, I did not see the error again.

    Fix System administrator has set policies – Registry Method

    If you are running operating systems that are Home versions, the Group Policy Editor is not available. Hence you cannot use the above steps. In such cases, we will tweak the registry to fix this issue.

    Here are steps for editing the registry

    • Click Start > Run and type regedit and click OK. This opens the registry editor.
    • Navigate to HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsInstaller
    • Right click DisableMSI and click Modify. Change the value to 0
    • Close the Registry Editor
    • Log off and login back to the machine.
  • 相关阅读:
    Android 百度地图 SDK v3.0.0 (三) 添加覆盖物Marker与InfoWindow的使用
    玩转Web之html+CSS(一)---论坛首页表格的实现
    Android 百度地图 SDK v3.0.0 (二) 定位与结合方向传感器
    Android 百度地图 SDK v3.0.0 (一)
    RabbitMQ (五)主题(Topic)
    RabbitMQ (四) 路由选择 (Routing)
    数据结构中的排序算法
    冒泡排序
    hashMap与hashTable的区别
    Java重载与重写的区别
  • 原文地址:https://www.cnblogs.com/Javi/p/14072406.html
Copyright © 2011-2022 走看看