Skip to content

Commit d73c805

Browse files
authored
Update Add-WindowsPackage.md
1 parent 913d24c commit d73c805

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docset/winserver2022-ps/dism/Add-WindowsPackage.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
277277

278278
**Checkpoint cumulative updates**
279279

280-
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.
281-
282-
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.
280+
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.
283281

284282
## RELATED LINKS
285283

0 commit comments

Comments
 (0)