Skip to content

Commit

Permalink
AU: 1 updated - nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 4, 2022
1 parent 8a70111 commit c2af23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/nodejs.install/tools/chocolateyInstall.ps1
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport'
SilentArgs = '/quiet ADDLOCAL=ALL'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down

0 comments on commit c2af23b

Please sign in to comment.