fix: VS2010.ShellIntegratedRedist - uninst botched

- Uninstall script had an errant line
This commit is contained in:
Iristyle
2013-07-16 16:59:24 -04:00
parent c260baa339
commit b47dd50404
2 changed files with 1 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ try {
msiexec.exe /x $pkg /qb-!
Install-ChocolateyPackage @params
Write-ChocolateySuccess $package
} catch {
Write-ChocolateyFailure $package "$($_.Exception.Message)"