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

installer does not run on vista x32 pae amd #7384

Closed
jmichae3 opened this issue Jun 23, 2016 · 3 comments
Closed

installer does not run on vista x32 pae amd #7384

jmichae3 opened this issue Jun 23, 2016 · 3 comments
Labels
install Issues and PRs related to the installers. question Issues that look for answers. windows Issues and PRs related to the Windows platform.

Comments

@jmichae3
Copy link

  • Version:6.22
  • Platform:vista x32 pae amd
  • Subsystem:windows

installer won't run on anything but windows 7 and above. does this have to do with your manifest file if any? why don't you RequestExecutionLevel Administrator in the installer? know that %programfiles% is protected by windows and so are other directories like \

@mscdex
Copy link
Contributor

mscdex commented Jun 23, 2016

This is intentional. Support for Vista and older was dropped with node v6.0.0. If you want support for those older operating systems, you will need to install node v5.x or older (you will probably want node v4.x since it is an LTS and will be supported longer).

@mscdex mscdex added question Issues that look for answers. windows Issues and PRs related to the Windows platform. install Issues and PRs related to the installers. labels Jun 23, 2016
@mscdex mscdex closed this as completed Jun 23, 2016
@techtonik
Copy link

4.7.2 for those unfortunate souls who happen to run into This application is only supported on Windows 7, Windows Server 2008 R2, or higher. error.

@nponeccop
Copy link

Interestingly, on XP x64 (which is not XP but a desktop version of Server 2003 marketed as XP) the error is different. It's about ConvertInterfaceIndexToLuid not found.

I found it the hard way by copying new node binary. See xmrig/xmrig#338 for how exactly the error looks like. Also note that the last 4.x release is 4.9.1 now released on 29-Mar-2018.

Incidentally, libuv 2.15.x is the last one supporting WinXP as per the linked issue, and this is the same version used by node 4.9.1. There is also a more direct link to the latest 4.x:

https://nodejs.org/dist/latest-v4.x/

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. question Issues that look for answers. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

4 participants