chocolatey-packages/vcarve-pro-trial-12.0/tools/chocolateyUninstall.ps1
Adam Goldsmith da4340e76c
All checks were successful
/ Build-Chocolatey-Packages (push) Successful in 1m8s
Add vcarve-pro-trial-12.0
2024-07-15 19:01:59 -04:00

9 lines
221 B
PowerShell

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