chocolatey-packages/vcarve-pro-makerspace-12.0/tools/chocolateyUninstall.ps1
Adam Goldsmith 3a7dcee588
All checks were successful
/ Build-Chocolatey-Packages (push) Successful in 1m58s
Add vcarve pro makerspace edition v12
2024-04-28 11:14:29 -04:00

9 lines
233 B
PowerShell

$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