From c71cee2776fa75f189f78be68ac60d64fa907f17 Mon Sep 17 00:00:00 2001 From: Mukund Kher Date: Mon, 12 Aug 2024 14:46:28 -0700 Subject: [PATCH 1/4] Learn Editor: Update Add-WindowsPackage.md --- docset/winserver2022-ps/dism/Add-WindowsPackage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docset/winserver2022-ps/dism/Add-WindowsPackage.md b/docset/winserver2022-ps/dism/Add-WindowsPackage.md index 1f6e1dd32b..253f17f149 100644 --- a/docset/winserver2022-ps/dism/Add-WindowsPackage.md +++ b/docset/winserver2022-ps/dism/Add-WindowsPackage.md @@ -275,6 +275,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES +**Checkpoint cumulative updates** + +Starting with Windows 11, version 24H2, the latest cumulative update may have a prerequisite cumulative update that is required to be installed first. These are known as checkpoint cumulative updates. In these cases, the cumulative update file level differentials are based on a previous cumulative update instead of the Windows RTM release. The benefit is a smaller update package and faster installation. When you obtain the latest cumulative update from the Microsoft Update Catalog, checkpoint cumulative updates will be available from the download button. In addition, the knowledge base article for the cumulative update will provide additional information. + +To install the checkpoint(s) when servicing the Windows OS and WinPE, call Add-WindowsPackage with the target cumulative update. The folder from -PackagePath will be used to discover and install one or more checkpoints as needed. Only the target cumulative update and checkpoint cumulative updates should be in the -PackagePath folder. Cumulative update packages with a revision <= the target cumulative update will be processed. If you are not customizing the image or device with additional languages and/or optional features, then separate calls to Add-WindowsPackage (checkpoint cumulative updates first) can be used to apply the servicing stack dynamic update and the latest cumulative updates. + ## RELATED LINKS [Get-WindowsPackage](./Get-WindowsPackage.md) From 913d24c77c0f07c5030c4b478d37096aa5b41c9b Mon Sep 17 00:00:00 2001 From: Mukund Kher Date: Mon, 12 Aug 2024 14:47:04 -0700 Subject: [PATCH 2/4] Learn Editor: Update Add-WindowsPackage.md From d73c8051afcce5e1a0752a090c85d071955165c0 Mon Sep 17 00:00:00 2001 From: Mukund Kher Date: Fri, 16 Aug 2024 16:26:20 -0700 Subject: [PATCH 3/4] Update Add-WindowsPackage.md --- docset/winserver2022-ps/dism/Add-WindowsPackage.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docset/winserver2022-ps/dism/Add-WindowsPackage.md b/docset/winserver2022-ps/dism/Add-WindowsPackage.md index 253f17f149..8d1884b7ff 100644 --- a/docset/winserver2022-ps/dism/Add-WindowsPackage.md +++ b/docset/winserver2022-ps/dism/Add-WindowsPackage.md @@ -277,9 +277,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable **Checkpoint cumulative updates** -Starting with Windows 11, version 24H2, the latest cumulative update may have a prerequisite cumulative update that is required to be installed first. These are known as checkpoint cumulative updates. In these cases, the cumulative update file level differentials are based on a previous cumulative update instead of the Windows RTM release. The benefit is a smaller update package and faster installation. When you obtain the latest cumulative update from the Microsoft Update Catalog, checkpoint cumulative updates will be available from the download button. In addition, the knowledge base article for the cumulative update will provide additional information. - -To install the checkpoint(s) when servicing the Windows OS and WinPE, call Add-WindowsPackage with the target cumulative update. The folder from -PackagePath will be used to discover and install one or more checkpoints as needed. Only the target cumulative update and checkpoint cumulative updates should be in the -PackagePath folder. Cumulative update packages with a revision <= the target cumulative update will be processed. If you are not customizing the image or device with additional languages and/or optional features, then separate calls to Add-WindowsPackage (checkpoint cumulative updates first) can be used to apply the servicing stack dynamic update and the latest cumulative updates. +Starting with Windows 11, version 24H2, the latest cumulative update may have a prerequisite cumulative update that is required to be installed first. To install these checkpoint cumulative update(s), call Add-WindowsPackage with the target cumulative update. The folder from -PackagePath will be used to discover and install one or more checkpoints as needed. Only the target cumulative update and checkpoint cumulative updates should be in the -PackagePath folder. Cumulative update packages with a revision <= the target cumulative update will be processed. ## RELATED LINKS From bec69b1b95d689d80b2b5332a21c16c32a4c5247 Mon Sep 17 00:00:00 2001 From: Mukund Kher Date: Mon, 19 Aug 2024 15:37:37 -0700 Subject: [PATCH 4/4] Update docset/winserver2022-ps/dism/Add-WindowsPackage.md Co-authored-by: Meghan Stewart <33289333+mestew@users.noreply.github.com> --- docset/winserver2022-ps/dism/Add-WindowsPackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/dism/Add-WindowsPackage.md b/docset/winserver2022-ps/dism/Add-WindowsPackage.md index 8d1884b7ff..ce8bfaf4b0 100644 --- a/docset/winserver2022-ps/dism/Add-WindowsPackage.md +++ b/docset/winserver2022-ps/dism/Add-WindowsPackage.md @@ -277,7 +277,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable **Checkpoint cumulative updates** -Starting with Windows 11, version 24H2, the latest cumulative update may have a prerequisite cumulative update that is required to be installed first. To install these checkpoint cumulative update(s), call Add-WindowsPackage with the target cumulative update. The folder from -PackagePath will be used to discover and install one or more checkpoints as needed. Only the target cumulative update and checkpoint cumulative updates should be in the -PackagePath folder. Cumulative update packages with a revision <= the target cumulative update will be processed. +Starting with Windows 11, version 24H2, the latest cumulative update may have a prerequisite cumulative update that is required to be installed first. To install these checkpoint cumulative updates, call Add-WindowsPackage with the target cumulative update. The folder from -PackagePath will be used to discover and install one or more checkpoints as needed. Only the target cumulative update and any prerequisite checkpoint cumulative updates should be in the -PackagePath folder. Cumulative update packages with a revision less than or equal to the target cumulative update will be processed. ## RELATED LINKS