MSI
WinGet
Node.js 22
Node.js Foundation · 22.21.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v22.21.0-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v22.21.0-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{16ED8346-EA8B-4AAF-A7F6-9DFD6CE4D8FE}
Product version operator
Greater than or equal to
Product version
22.21.0
MSI Properties
Product Code
{16ED8346-EA8B-4AAF-A7F6-9DFD6CE4D8FE}
File Identity
Filename
node-v22.21.0-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.22
Version
22.21.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v22.21.0/node-v22.21.0-x86.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #59151
- [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #57165
- [af8b5fa29d] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #59824
- [42102594b1] - (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung) #58980
- [686ac49b82] - (SEMVER-MINOR) src: add perce…