fix: VS2010.ShellIntegratedRedist - uninst botched
- Uninstall script had an errant line
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>VS2010.ShellIntegratedRedist</id>
|
<id>VS2010.ShellIntegratedRedist</id>
|
||||||
<title>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package</title>
|
<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>
|
<authors>Microsoft</authors>
|
||||||
<owners>Ethan Brown</owners>
|
<owners>Ethan Brown</owners>
|
||||||
<summary>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package
|
<summary>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package
|
||||||
|
@@ -18,8 +18,6 @@ try {
|
|||||||
|
|
||||||
msiexec.exe /x $pkg /qb-!
|
msiexec.exe /x $pkg /qb-!
|
||||||
|
|
||||||
Install-ChocolateyPackage @params
|
|
||||||
|
|
||||||
Write-ChocolateySuccess $package
|
Write-ChocolateySuccess $package
|
||||||
} catch {
|
} catch {
|
||||||
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
||||||
|
Reference in New Issue
Block a user