fix: VS2010.ShellIntegratedRedist - uninst botched
- Uninstall script had an errant line
This commit is contained in:
@@ -18,8 +18,6 @@ try {
|
||||
|
||||
msiexec.exe /x $pkg /qb-!
|
||||
|
||||
Install-ChocolateyPackage @params
|
||||
|
||||
Write-ChocolateySuccess $package
|
||||
} catch {
|
||||
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
||||
|
Reference in New Issue
Block a user