From b47dd50404dec2d67d4ca360b01659c1bb382ec0 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Tue, 16 Jul 2013 16:59:24 -0400 Subject: [PATCH] fix: VS2010.ShellIntegratedRedist - uninst botched - Uninstall script had an errant line --- .../VS2010.ShellIntegratedRedist.nuspec | 2 +- VS2010.ShellIntegratedRedist/tools/chocolateyUninstall.ps1 | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VS2010.ShellIntegratedRedist/VS2010.ShellIntegratedRedist.nuspec b/VS2010.ShellIntegratedRedist/VS2010.ShellIntegratedRedist.nuspec index 46fbf9c..aaaf392 100644 --- a/VS2010.ShellIntegratedRedist/VS2010.ShellIntegratedRedist.nuspec +++ b/VS2010.ShellIntegratedRedist/VS2010.ShellIntegratedRedist.nuspec @@ -3,7 +3,7 @@ VS2010.ShellIntegratedRedist Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package - 10.0.30319.1 + 10.0.30319.2 Microsoft Ethan Brown Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package diff --git a/VS2010.ShellIntegratedRedist/tools/chocolateyUninstall.ps1 b/VS2010.ShellIntegratedRedist/tools/chocolateyUninstall.ps1 index 0512b30..62ddd2d 100644 --- a/VS2010.ShellIntegratedRedist/tools/chocolateyUninstall.ps1 +++ b/VS2010.ShellIntegratedRedist/tools/chocolateyUninstall.ps1 @@ -18,8 +18,6 @@ try { msiexec.exe /x $pkg /qb-! - Install-ChocolateyPackage @params - Write-ChocolateySuccess $package } catch { Write-ChocolateyFailure $package "$($_.Exception.Message)"