-
Notifications
You must be signed in to change notification settings - Fork 95
MSI
bcurran3 edited this page Aug 22, 2017
·
7 revisions
instructions
$packageName = ''
$installerType = 'msi'
$packageArgs = @{ packageName = $packageName fileType = $installerType url = $url validExitCodes= $validExitCodes silentArgs = $silentArgs softwareName = '' checksum = $checksum checksumType = 'sha256' }
Install-ChocolateyPackage @packageArgs