Silent Install HQ
MSI WinGet

Node.js 20

Node.js Foundation · 20.15.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {12D7A15A-E5C0-4515-BB29-F2E8866E0BF6}
Product version operator Greater than or equal to
Product version 20.15.0

MSI Properties

Product Code {12D7A15A-E5C0-4515-BB29-F2E8866E0BF6}

File Identity

SHA256 0945b75af2eb884790064d90dc2e05cb3443c196c2ff546d7354b81a0721f882 VirusTotal ↗
Filename node-v20.15.0-x64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.20
Version 20.15.0
Description Run JavaScript Everywhere
License MIT
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes test_runner: support test plans It is now possible to count the number of assertions and subtests that are expected to run within a test. If the number of assertions and subtests that run does not match the expected count, the test will fail. Contributed by Colin Ihrig in #52860 inspector: introduce the --inspect-wait flag This release introduces the --inspect-wait flag, which allows debugger to wait for attachement. This flag is useful when you want to debug the code from the beginning. Unlike…