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

9 lines
233 B
PowerShell

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