MSI
WinGet
Node.js 15
Node.js Foundation · 15.4.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v15.4.0-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v15.4.0-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{7667E0D6-09E5-4146-94B0-F8918EC5A692}
Product version operator
Greater than or equal to
Product version
15.4.0
MSI Properties
Product Code
{7667E0D6-09E5-4146-94B0-F8918EC5A692}
File Identity
Filename
node-v15.4.0-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.15
Version
15.4.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v15.4.0/node-v15.4.0-x64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- child_processes:
- add AbortSignal support (Benjamin Gruenbaum) #36308
- deps:
- update ICU to 68.1 (Michaël Zasso) #36187
- events:
- support signal in EventTarget (Benjamin Gruenbaum) #36258
- graduate Event, EventTarget, AbortController (James M Snell) #35949
- http:
- enable call chaining with setHeader() (pooja d.p) #35924
- module:
- add isPreloading indicator (James M Snell) #36263
- stream:
- support abort signal (Benjamin Gruenbaum) #36061
- add FileHan…