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

12 lines
380 B
PowerShell
Raw Normal View History

2024-07-15 19:01:59 -04:00
$packageArgs = @{
packageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/S'
File64 = '\\ucs\software\VCarveProTrialEditionV12007_Setup.exe'
Checksum64 = '2cb9f3d08699c425daa41d7441fc01272179885b16b4634d71195011a9d6bc0c'
ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223)
}
Install-ChocolateyInstallPackage @packageArgs