2020-10-29 16:53:59 -04:00
|
|
|
$packageArgs = @{
|
|
|
|
packageName = $env:ChocolateyPackageName
|
|
|
|
FileType = 'exe'
|
|
|
|
SilentArgs = '/S'
|
2021-04-23 00:14:02 -04:00
|
|
|
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10514_Setup.exe'
|
|
|
|
Checksum64 = 'b34663ad2f7a0684294949641eabc456e2e844da00ea3e741411d5eafae943b6'
|
2020-10-29 16:53:59 -04:00
|
|
|
ChecksumType64 = 'sha256'
|
|
|
|
ValidExitCodes = @(0, 1223)
|
|
|
|
}
|
|
|
|
|
|
|
|
Install-ChocolateyPackage @packageArgs
|