Silent Install HQ
MSI WinGet

Node.js 20

Node.js Foundation · 20.15.0 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {46A6B54B-2A86-44F4-ADD4-E4CEBC67BEA1}
Product version operator Greater than or equal to
Product version 20.15.0

MSI Properties

Product Code {46A6B54B-2A86-44F4-ADD4-E4CEBC67BEA1}

File Identity

SHA256 13961959ef59ba6312f17539702aef174f643344e7a058cff076ed543e661c62 VirusTotal ↗
Filename node-v20.15.0-x86.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…