Silent Install HQ
MSI WinGet

Node.js 14

Node.js Foundation · 14.20.1 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i node-v14.20.1-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v14.20.1-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {95A39A9F-E695-470B-A408-B229956B3291}
Product version operator Greater than or equal to
Product version 14.20.1

MSI Properties

Product Code {95A39A9F-E695-470B-A408-B229956B3291}

File Identity

SHA256 17cc36f938e6506ff5b0eb02d0287553dbd4353206a67e20c150302ce4f983a1 VirusTotal ↗
Filename node-v14.20.1-x64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.14
Version 14.20.1
Description Run JavaScript Everywhere
License MIT
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes This is a security release. Notable changes The following CVEs are fixed in this release: - CVE-2022-32212: DNS rebinding in --inspect on macOS (High) - CVE-2022-32213: bypass via obs-fold mechanic (Medium) - CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium) More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post. Commits - [a9f1146b88] - http: disable chunked encoding when OBS fold is used (…