Silent Install HQ
MSI WinGet

Node.js 6

Node.js Foundation · 6.12.3 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {7EC82377-7C18-40D6-98D7-7FC63EF77816}
Product version operator Greater than or equal to
Product version 6.12.3

MSI Properties

Product Code {7EC82377-7C18-40D6-98D7-7FC63EF77816}

File Identity

SHA256 0a34c4fc524703592cbb6c7fb88a5a199fe5d1de5d052eb6ce32ccb020a56a63 VirusTotal ↗
Filename node-v6.12.3-x86.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID OpenJS.NodeJS.6
Version 6.12.3
Description Run JavaScript Everywhere
License MIT
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes This LTS release comes with 115 commits. This includes 52 which are test related, 40 which are doc related, 12 which are build / tool related and 2 commits which updating a dependency. Notable Changes - build: - configure can now be run from any directory (Gibson Fahnestock) #17321 Commits - [b1b975370f] - benchmark,path: remove unused variables (薛定谔的猫) #15789 - [ac6f345f70] - build: allow running configure from any directory (Gibson Fahnestock) #17321 - [017492eca2] - build: add serial commas…