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

@@ -3,7 +3,7 @@
<metadata>
<id>VS2010.ShellIntegratedRedist</id>
<title>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package</title>
<version>10.0.30319.1</version>
<version>10.0.30319.2</version>
<authors>Microsoft</authors>
<owners>Ethan Brown</owners>
<summary>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package

View File

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