I can't install node.js (0.8.9). I'm doing it via Setup Wizard and each time at the end of installation I get message "Node.js Setup Wizard ended prematurely".
What could it be? Thanks.
I can't install node.js (0.8.9). I'm doing it via Setup Wizard and each time at the end of installation I get message "Node.js Setup Wizard ended prematurely".
What could it be? Thanks.
I also faced it turns out its a problem of windows event log service. First check if Windows Event Log service is on or not. If not started then to fix it, rename or delete the C:\Windows\System32\LogFiles\WMI\RtBackup folder in safemode.
Hope it helps
I wasn't able to install it the regular way, but I ended up successfully installing it using Chocolatey (a Machine Package Manager built with Windows in mind) and then the nodejs package.
I had the same problem with node 7.1.0-x64 Windows 7 64-bit.
I found that there was
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\_V2Providers\{1e2e15d7-3760-470e-8699-b9db5248edd5}
in the register on my computer. After I had deleted this entry, node installation passed fine.
This video show all the steps to follow.
I saw the same error because I was trying to install a x86.msi to a 64-bit Win7. Then I changed to the correct x64.msi. It still does not work. I guess it might be permission issue, so I copy the .msi to the C:\Program Files, and install from there, and it succeed.
I was having the same issue, I ran the msi from an admin command prompt with the logging option:
Inspecting the log showed the following error:
Node.js was not listed under Program and Features though, so I ran the Program Install and Uninstall troubleshooter tool (select Run now) at the following site:
https://support.microsoft.com/en-us/mats/program_install_and_uninstall
Stepping through the wizard, selecting the 'trouble with uninstalling' option. The tool then listed 'Node.js' as an installed program. Selecting Node.js and finishing the wizard successfully removed Node.js.
I then ran the msi again from an admin command prompt and the node install succeeded.
I also faced this issue multiple(2) times. Finally I disabled AVAST ANTIVIRUS program & tried to install Node.js again.
It worked.