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

9 lines
218 B
PowerShell
Raw Normal View History

$packageArgs = @{
PackageName = 'vcarve-pro-trial-10.5'
FileType = 'exe'
File = 'C:\Program Files\VCarve Pro Trial Edition 10.5\uninst.exe'
SilentArgs = '/S'
}
Uninstall-ChocolateyPackage @packageArgs