Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KB* packages - Work around Boxstarter issue #1129

Merged
merged 1 commit into from
Oct 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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