Skip to content

Commit

Permalink
Merge pull request #1035 from braderhart/master
Browse files Browse the repository at this point in the history
nodejs.install - Removing Performance Counters and Event Tracing
  • Loading branch information
AdmiringWorm authored May 15, 2018
2 parents 7203fdb + 9501557 commit ac1050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = "/quiet"
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodePerfCtrSupport,NodeEtwSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down

0 comments on commit ac1050f

Please sign in to comment.