Adam Goldsmith
3a7dcee588
All checks were successful
/ Build-Chocolatey-Packages (push) Successful in 1m58s
9 lines
233 B
PowerShell
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
|