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