fix: VS2010.ShellIntegratedRedist - uninst botched
- Uninstall script had an errant line
This commit is contained in:
@@ -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
|
||||
|
@@ -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