Closed sahil-lakhwani closed 7 years ago
@sahil-lakhwani thanks for reporting! Can you verify if this is a duplicate of https://github.com/nodejs/node/issues/3431 by deleting the temp folder as https://github.com/nodejs/node/issues/3431#issuecomment-149255984 suggests?
Yes, I tried installing after deleting the temp folder, but didn't succeed.
@sahil-lakhwani Can you create an installation log with
msiexec /i <filename>.msi /l*v InstallLog.txt
and share it here?
@sahil-lakhwani Hi I was having the same trouble with my Node.JS installer . It is not issue that the installer has just need to change some settings. I did the below steps.
1 - Clean TEMP Folder 2 - Disable your antivirus for 10 mins or so. 3 - Then do the below steps. 4 - Go to C:>users>"UserName">AppData>Local>Temp 5 - Right Click on Temp and go to Properties 6 - Select Security Tab 7 - Select the User and check the permission and controll give the user full control by Checking Full Control on permission 8 - Go Ahead and Install Node.js and Enjoy.
Thanks @danicoolpak17 , this worked for me!
@valns you are welcome , keep sharing the experience.
I think this issue has been open for a sufficiently long time.
Platform: Windows 8.1 (32-bit)
While trying to install nodjs using the MSI from the official site, I get an error that says 'a DLL required to run this package couldn't be run'
I tried running the MSI as admin.