Created
November 30, 2012 21:47
-
-
Save manuelbieh/4178908 to your computer and use it in GitHub Desktop.
Install node.js on Windows silently
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download the recent version from nodejs.org | |
2. Run `msiexec /qn /l* node-log.txt /i node-vX.X.XX-x64.msi` |
This still work in 2024, thanks.
Node version 16.20.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW I wanted to see the installer but be unattended and this did it:
Also when you run just
msiexec
you can see the options available: