Silent Install HQ
MSI WinGet

Node.js 19

Node.js Foundation · 19.0.1 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i node-v19.0.1-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v19.0.1-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {2B33BC53-9EDD-49C3-BB2C-BAC20C87CEB0}
Product version operator Greater than or equal to
Product version 19.0.1

MSI Properties

Product Code {2B33BC53-9EDD-49C3-BB2C-BAC20C87CEB0}

File Identity

SHA256 02df09b86d0203005806bda57fce7584154bcac2db2c147765be4502754a8fa5 VirusTotal ↗
Filename node-v19.0.1-x86.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.19
Version 19.0.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-3602: X.509 Email Address 4-byte Buffer Overflow (High) - CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High) - CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post. Commits - [e58e8d70a8] - deps: update archs files for quictls/openss…