MSI
WinGet
Node.js 17
Node.js Foundation · 17.7.1 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v17.7.1-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v17.7.1-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{35CA6EFD-5863-4CE3-8BC8-0E4FC0D88634}
Product version operator
Greater than or equal to
Product version
17.7.1
MSI Properties
Product Code
{35CA6EFD-5863-4CE3-8BC8-0E4FC0D88634}
File Identity
Filename
node-v17.7.1-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.17
Version
17.7.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v17.7.1/node-v17.7.1-x86.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
Fixed regression in url.resolve()
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
that contain @. This issue affected yarn 1. This version reverts the
change that introduced the regression.
Commits
- [96a9e00fb3] - url: revert fix url.parse() for @hostname (Antoine du Hamel) #42280