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 requires Node to be installed #188

Closed
GraemeF opened this issue Jul 6, 2012 · 3 comments
Closed

Installer requires Node to be installed #188

GraemeF opened this issue Jul 6, 2012 · 3 comments

Comments

@GraemeF
Copy link

GraemeF commented Jul 6, 2012

When deploying our application we want to isolate it from changes to the installed version of Node. To do this we include our own Node.exe and use the nodeProcessCommandLine setting to tell iisnode which Node.exe to use for our application.

Unfortunately the iisnode installer requires Node to be installed before it allows iisnode to be installed, which is unnecessary.

@alensiljak
Copy link

Also, the installer expects Node to be in Program Files (x86), whereas the newer Node installations go to Program Files on 64-bit Windows.

@tjanczuk
Copy link
Owner

This was resolved as part of #178. iisnode installer no longer checks for node.js presence at installation time.

@GraemeF
Copy link
Author

GraemeF commented Oct 13, 2012

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants