chocolatey-packages/vcarve-pro-trial-11.0/tools/chocolateyInstall.ps1

12 lines
373 B
PowerShell
Raw Normal View History

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