Silent Install HQ
MSI WinGet

Node.js (LTS)

Node.js Foundation · 24.11.1 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {5ABA83F0-49A0-42C9-A3E8-47F80193A9AD}
Product version operator Greater than or equal to
Product version 24.11.1

MSI Properties

Product Code {5ABA83F0-49A0-42C9-A3E8-47F80193A9AD}

File Identity

SHA256 208ba5ca1dab0b330f457909e0797de340c40b34ddf2edf40d26f382f733297e VirusTotal ↗
Filename node-v24.11.1-x64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.LTS
Version 24.11.1
Description Run JavaScript Everywhere
License MIT
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes Notable Changes The known issue relating to Buffer.allocUnsafe incorrectly zero-filling buffers has now been addressed and now returns uninitialized memory as documented in the Buffer.allocUnsafe documentation. Commits - [0a15ccf3f4] - benchmark: improve cpu.sh for safety and usability (Nam Yooseong) #60162 - [a1c7d1dac9] - benchmark: add benchmark for leaf source text modules (Joyee Cheung) #60205 - [99e2acf46b] - benchmark: add vm.SourceTextModule benchmark (Joyee Cheung) #59396 - [c01c72b407]…