Silent Install HQ
MSI WinGet

Node.js 16

Node.js Foundation · 16.13.2 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {30A96552-4734-48ED-AB35-9F4D0EAB382B}
Product version operator Greater than or equal to
Product version 16.13.2

MSI Properties

Product Code {30A96552-4734-48ED-AB35-9F4D0EAB382B}

File Identity

SHA256 1690d6c4947e9b998b183b8eca3056729763e63d2306bc38fc1170b4f0de0689 VirusTotal ↗
Filename node-v16.13.2-x64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.16
Version 16.13.2
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 Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531) Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly. Versions of Node.js with the fix…