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

9 lines
221 B
PowerShell
Raw Permalink Normal View History

2024-07-15 19:01:59 -04:00
$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