Skip to content

Commit

Permalink
Merge pull request #1129 from kc/master [PUSH kb2670838 kb2999226]
Browse files Browse the repository at this point in the history
KB* packages - Work around Boxstarter issue
  • Loading branch information
AdmiringWorm authored Oct 20, 2018
2 parents b236d88 + 8cbbabc commit 5332b6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manual/kb2670838/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ $servicePackRequirements = @{
'6.1' = @{ ServicePackNumber = 1; ChocolateyPackage = 'KB976932' }
}

Install-WindowsUpdate -Id 'KB2670838' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
chocolateyInstaller\Install-WindowsUpdate -Id 'KB2670838' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
2 changes: 1 addition & 1 deletion manual/kb2670838/kb2670838.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>KB2670838</id>
<version>1.0.20170428</version>
<version>1.0.20181019</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/manual/kb2670838</packageSourceUrl>
<owners>chocolatey</owners>
<title>Platform update for Windows 7 SP1 and Windows Server 2008 R2 SP1</title>
Expand Down
3 changes: 2 additions & 1 deletion manual/kb2999226/kb2999226.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>KB2999226</id>
<version>1.0.20170509</version>
<version>1.0.20181019</version>
<title>Update for Universal C Runtime in Windows (KB2999226)</title>
<authors>Microsoft</authors>
<owners>chocolatey,RB</owners>
Expand All @@ -16,6 +16,7 @@
This update applies to the following operating systems: Windows Server 2012 R2 Datacenter, Windows Server 2012 R2 Standard, Windows Server 2012 R2 Essentials, Windows Server 2012 R2 Foundation, Windows 8.1 Enterprise, Windows 8.1 Pro, Windows 8.1, Windows RT 8.1, Windows Server 2012 Datacenter, Windows Server 2012 Standard, Windows Server 2012 Essentials, Windows Server 2012 Foundation, Windows 8 Enterprise, Windows 8 Pro, Windows 8, Windows RT, Windows Server 2008 R2 Service Pack 1, Windows 7 Service Pack 1, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 2</description>
<summary>Update for Universal C Runtime (CRT) in Windows. Before you install this update, check out the prerequisites section.</summary>
<releaseNotes>
* 1.0.20181019: Ensure the correct Install-WindowsUpdate function is called (work around [Boxstarter issue](https://github.com/chocolatey/boxstarter/issues/293))
* 1.0.20170509: Fixed KB id in install script
* 1.0.20170422: Changed to use chocolatey-windowsupdate.extension
* 1.0.20161201: Fixed installation for windows 10 versions
Expand Down
2 changes: 1 addition & 1 deletion manual/kb2999226/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ $servicePackRequirements = @{
'6.1' = @{ ServicePackNumber = 1; ChocolateyPackage = 'KB976932' }
}

Install-WindowsUpdate -Id 'KB2999226' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
chocolateyInstaller\Install-WindowsUpdate -Id 'KB2999226' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements

0 comments on commit 5332b6b

Please sign in to comment.