2021-08-04 21:18:22 -04:00
|
|
|
$packageArgs = @{
|
|
|
|
packageName = $env:ChocolateyPackageName
|
|
|
|
FileType = 'exe'
|
|
|
|
SilentArgs = '/S'
|
2022-08-10 13:52:39 -04:00
|
|
|
File64 = '\\ucs\software\VCarveProTrialEditionV11016_Setup.exe'
|
|
|
|
Checksum64 = '86d2f570d4238b1c930021aae52e4f6d63e9d24cad8ade1044369595411cbfa8'
|
2021-08-04 21:18:22 -04:00
|
|
|
ChecksumType64 = 'sha256'
|
|
|
|
ValidExitCodes = @(0, 1223)
|
|
|
|
}
|
|
|
|
|
2022-07-20 00:03:16 -04:00
|
|
|
Install-ChocolateyInstallPackage @packageArgs
|