MSI
WinGet
Node.js (LTS)
Node.js Foundation · 24.11.1 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v24.11.1-arm64.msi /quiet /norestart
InstallPath
msiexec /i node-v24.11.1-arm64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{9292CBD9-B395-42D4-8847-C0E8004C6F25}
Product version operator
Greater than or equal to
Product version
24.11.1
MSI Properties
Product Code
{9292CBD9-B395-42D4-8847-C0E8004C6F25}
File Identity
Filename
node-v24.11.1-arm64.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
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v24.11.1/node-v24.11.1-arm64.msi
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]…