Skip to content

Commit

Permalink
KB3035131: work around Boxstarter issue
Browse files Browse the repository at this point in the history
Make sure to call the correct Install-WindowsUpdate function.

chocolatey/boxstarter#293
  • Loading branch information
jberezanski committed Oct 8, 2018
1 parent 54238ba commit 2351cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KB3035131/KB3035131.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>KB3035131</id>
<version>1.0.1</version>
<version>1.0.2-preview1</version>
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/KB3035131</packageSourceUrl>
<owners>Jakub Bereżański</owners>
<title>Security update for Windows kernel: March 10, 2015</title>
Expand All @@ -23,7 +23,7 @@ On systems later than Windows 8.1 or Windows Server 2012 R2, this package instal
This update is recommended to install before installing KB3033929 on Windows 7 or Windows Server 2008 R2.
</description>
<releaseNotes>
1.0.1: updated dependency to ensure correct handling of cases when the update is already installed
1.0.2: ensure the correct Install-WindowsUpdate function is called (work around [Boxstarter issue](https://github.com/chocolatey/boxstarter/issues/293))
</releaseNotes>
<dependencies>
<dependency id="chocolatey-windowsupdate.extension" version="1.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion KB3035131/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ $servicePackRequirements = @{
'6.0' = @{ ServicePackNumber = 2; ChocolateyPackage = $null }
}

Install-WindowsUpdate -Id 'KB3035131' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
chocolatey-windowsupdate\Install-WindowsUpdate -Id 'KB3035131' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements

0 comments on commit 2351cb0

Please sign in to comment.