MSI
WinGet
Node.js 14
Node.js Foundation · 14.19.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v14.19.1-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v14.19.1-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{493611CD-06FF-474B-962E-1669EDA61A16}
Product version operator
Greater than or equal to
Product version
14.19.1
MSI Properties
Product Code
{493611CD-06FF-474B-962E-1669EDA61A16}
File Identity
Filename
node-v14.19.1-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.14
Version
14.19.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v14.19.1/node-v14.19.1-x64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
This is a security release.
Notable Changes
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
- Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778)
More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
- [b5c52e337e] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #42350
- [3b1a0b24f0] - deps: update archs files for OpenSSL-1.1.1n (Richard Lau) #42347
- [c83dd99e0b] - deps: upgrade opens…