MSI
WinGet
Node.js 16
Node.js Foundation · 16.2.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v16.2.0-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v16.2.0-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{5F100F93-1869-4649-A757-777229F71E06}
Product version operator
Greater than or equal to
Product version
16.2.0
MSI Properties
Product Code
{5F100F93-1869-4649-A757-777229F71E06}
File Identity
Filename
node-v16.2.0-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.16
Version
16.2.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v16.2.0/node-v16.2.0-x86.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- [36b948560c] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394
- [c0deeeacb2] - lib: support setting process.env.TZ on windows (James M Snell) #38642
- [4c4902748c] - (SEMVER-MINOR) module: add support for URL to import.meta.resolve (Antoine du Hamel) #38587
- [c182198c44] - (SEMVER-MINOR) process: add 'worker' event (James M Snell) #38659
- [fbf02e3198] - (SEMVER-MINOR) util: add util.types.isKeyObject and util.types.isCryptoKey (Filip…