문제

I am creating a web app in Android using PhoneGap.

While installing node.js,*the installation gets failed showing me user installations are disabled via policy on the machine*.

How can i resolve it ?

도움이 되었습니까?

해결책 2

Hi follow below steps

  1. From the Start menu, click Run…

  2. In the Run… command dialog, enter gpedit.msc

  3. In the Group Policy Editor, select Computer Configuration > Administrative Templates > Windows Components > Windows Installer

  4. In the Extended Properties pane, double-click Prohibit User Installs Click Disabled

  5. Click OK and close the Group Policy Editor

Run the installer again..

다른 팁

I tried @PeacefulWarrior solution mentioned above but it did not work for me on Windows 7 machine.

So I tried changing this setting from registry, and it worked.

Go to key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer

Change the DisableUserInstalls value to 0.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top