Skip to content

Commit

Permalink
(mattermost-desktop) Add silentArg ALLUSERS=1
Browse files Browse the repository at this point in the history
If silentArg ALLUSERS=1 is not set the package is installed as user only
  • Loading branch information
staeglis authored and AdmiringWorm committed Dec 12, 2024
1 parent ead7d76 commit b95c75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
checksum64 = 'CDF4F3C5F9D4F95707B20C425DDCD4067CD05DCF21AFFA171D94325E666BDF08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1"
validExitCodes = @(0, 3010, 1641)
softwareName = 'Mattermost*'
}
Expand Down

0 comments on commit b95c75c

Please sign in to comment.