Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL error on Windows 8.1 #8402

Closed
sahil-lakhwani opened this issue Sep 3, 2016 · 7 comments
Closed

DLL error on Windows 8.1 #8402

sahil-lakhwani opened this issue Sep 3, 2016 · 7 comments
Labels
install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.

Comments

@sahil-lakhwani
Copy link

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.

@mscdex mscdex added windows Issues and PRs related to the Windows platform. install Issues and PRs related to the installers. labels Sep 3, 2016
@joaocgreis
Copy link
Member

@sahil-lakhwani thanks for reporting! Can you verify if this is a duplicate of #3431 by deleting the temp folder as #3431 (comment) suggests?

@sahil-lakhwani
Copy link
Author

Yes, I tried installing after deleting the temp folder, but didn't succeed.

@joaocgreis
Copy link
Member

@sahil-lakhwani Can you create an installation log with

msiexec /i <filename>.msi /l*v InstallLog.txt

and share it here?

@danicoolpak17
Copy link

@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.

@valns
Copy link

valns commented May 11, 2017

Thanks @danicoolpak17 , this worked for me!

@danicoolpak17
Copy link

@valns you are welcome , keep sharing the experience.

@targos
Copy link
Member

targos commented Sep 3, 2017

I think this issue has been open for a sufficiently long time.

@targos targos closed this as completed Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

6 participants