2021-08-04 21:18:22 -04:00
|
|
|
$packageArgs = @{
|
|
|
|
packageName = $env:ChocolateyPackageName
|
|
|
|
FileType = 'exe'
|
|
|
|
SilentArgs = '/S'
|
2021-09-30 15:31:03 -04:00
|
|
|
Url64 = '\\ucs\software\VCarveProTrialEditionV11008_Setup.exe'
|
|
|
|
Checksum64 = 'ee90e3be12712cb799ee51cb7e0f8e2e0b723dfc4d97ced0f88f187d0dd22f04'
|
2021-08-04 21:18:22 -04:00
|
|
|
ChecksumType64 = 'sha256'
|
|
|
|
ValidExitCodes = @(0, 1223)
|
|
|
|
}
|
|
|
|
|
|
|
|
Install-ChocolateyPackage @packageArgs
|