-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
iojs-v1.0.1-x86.msi and iojs.exe fail in Windows XP SP3 #374
Comments
I would not be focusing on this, because I think latest visual studio won't install on XP anyway, so even if you managed to install io.js on it, you would lack proper compilers for compiling native npm modules. |
So may be you should notify users that Windows XP is not supported by io.js. As opposed to Node.js and node-webkit, since both work well for me. What a pity... |
@vsemozhetbyt maintainers are mostly Mac guys I would imagine, so they probably haven't thought about it yet. But good suggestion. No point in supporting an OS which is not even supported by MS. |
We currently have to compile with Visual Studio 2013 Windows Desktop Edition because V8 has moved on to C++11 features--this is one reason that Node 0.11 has stopped short of the V8 upgrade we have done here. We've bitten the C++11 bullet and it's caused a lot of pain and Windows XP isn't on our radar. I think the only salvation for this may come from clang which is apparently improving Windows support, we may be able to compile for older versions of Windows. However it does add a maintainence burden and we're not supporting "unsupported" operating systems elsewhere (i.e. on Linux we go as low as EL5 which RedHat is still supporting and Ubuntu 10.04 which is the oldest LTS still supported). |
Well, Windows XP has 18.26% share, it concedes only to Windows 7. http://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0 |
Well Microsoft itself dropped support for XP and you can't expect state of the art software to keep supporting Windows XP forever at some point you will have to update your 13 year old OS imho |
I would not argue about that. I just hope somebody will spare a one fifth of all the users. All the more the node-webkit wants to switch over to io.js, with all the desktop applications for these users. |
I did not think about using io.js client side. In that case it would indeed be sad to not have support for all those users. (Although in my personal opinion those users should also update with the biggest reason being security) |
Drop the support for XP :) |
Is there anyone willing to step up and work on Windows XP support? If yes, good. If not, we should probably close this issue. |
+1 to @bnoordhuis' plan :) |
👍 to closing, let win XP RIP |
Hello, cruel world. |
iojs-v1.0.1-x86.msi fails in Windows XP SP3 with this error message:
After this message the instalation is rolled back.
All the install options remained default. Node has been uninstalled manually before io.js install.
The text was updated successfully, but these errors were encountered: