Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting a 'DLL' error when trying to install Node.js on Windows 7

I'm trying to install Node.js on Windows 7 64 bit and I'm getting an error at the beginning of the installation process. The error reads:

There is a problem with this Windows Installer package. A DLL required for this install to complete could not run. Contact your support personnel or package vendor.

As soon as I click on the downloaded file I see this error. How do I resolve this so I can download Node.js?

like image 767
Weston Avatar asked Dec 04 '22 02:12

Weston


1 Answers

I have managed the problem running installation file from cmd as Admin: msiexec -i path_to_msi\node-v10.16.2-x64.msi

like image 148
Denis B Avatar answered Dec 09 '22 14:12

Denis B