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)"