MSI
WinGet
Node.js
Node.js Foundation · 24.1.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v24.1.0-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v24.1.0-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{AF8935EE-4481-4FA6-A772-F354723E1038}
Product version operator
Greater than or equal to
Product version
24.1.0
MSI Properties
Product Code
{AF8935EE-4481-4FA6-A772-F354723E1038}
File Identity
Filename
node-v24.1.0-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS
Version
24.1.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v24.1.0/node-v24.1.0-x64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- [9d35b4ce95] - doc: add JonasBa to collaborators (Jonas Badalic) #58355
- [b7d1bfa7b4] - doc: add puskin to collaborators (Giovanni Bucci) #58308
- [fcead7c28e] - (SEMVER-MINOR) fs: add to Dir support for explicit resource management (Antoine du Hamel) #58206
- [f7041b9369] - Revert "test_runner: change ts default glob" (Théo LUDWIG) #58202
Commits
- [b33e8d2a71] - async_hooks: ensure AsyncLocalStore instances work isolated (Gerhard Stöbich) #58149
- [a1b078b18c] - buffer: give…