MSI
WinGet
Node.js 12
Node.js Foundation · 12.22.11 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v12.22.11-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v12.22.11-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{7D771B2E-04B6-45FD-8789-51394F6B38A8}
Product version operator
Greater than or equal to
Product version
12.22.11
MSI Properties
Product Code
{7D771B2E-04B6-45FD-8789-51394F6B38A8}
File Identity
Filename
node-v12.22.11-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.12
Version
12.22.11
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v12.22.11/node-v12.22.11-x86.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
Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
run CI tests.
Commits
- [e3e5bf11ba] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #42349
- [f41e7771bf] - build:…