Silent Install HQ
MSI WinGet

Node.js 18

Node.js Foundation · 18.20.6 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {EA61574A-36B3-49BC-A265-FEDDB8100C6A}
Product version operator Greater than or equal to
Product version 18.20.6

MSI Properties

Product Code {EA61574A-36B3-49BC-A265-FEDDB8100C6A}

File Identity

SHA256 1942cff39580a9f15cb28418a391a5779d81b3384f2a8766cc4ec2d63c45f61f VirusTotal ↗
Filename node-v18.20.6-x86.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.18
Version 18.20.6
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 - CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium) - CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium) Dependency update: - CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) Commits - [c03ad5ed63] - build: use rclone instead of aws CLI (Michaël Zasso) #55617 - [8232463294] - build, tools: drop leading / from r2dir (Richard Lau) #53951 - [b26bcd3394] - build, tool…