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

9 lines
233 B
PowerShell
Raw Normal View History

2024-04-28 11:14:29 -04:00
$packageArgs = @{
PackageName = 'vcarve-pro-makerspace-12.0'
FileType = 'exe'
File = 'C:\Program Files\VCarve Pro - Makerspace Edition 12.0\uninst.exe'
SilentArgs = '/S'
}
Uninstall-ChocolateyPackage @packageArgs