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

9 lines
221 B
PowerShell
Raw Normal View History

2021-08-04 21:18:22 -04:00
$packageArgs = @{
PackageName = 'vcarve-pro-trial-11.0'
FileType = 'exe'
File = 'C:\Program Files\VCarve Pro Trial Edition 11.0\uninst.exe'
SilentArgs = '/S'
}
Uninstall-ChocolateyPackage @packageArgs