chocolatey-packages/vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1
2020-10-29 17:00:15 -04:00

9 lines
233 B
PowerShell

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