Skip to content

Commit 64fea57

Browse files
authoredSep 10, 2024··
Merge pull request #3862 from MukundKher/docs-editor/Add-WindowsPackage-1723499189
[Sept 10] Dism doc update for checkpoint cumulative updates aka rebase - Add-Windowspackage
2 parents fe01b9e + c1f36c1 commit 64fea57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
275275

276276
## NOTES
277277

278+
**Checkpoint cumulative updates**
279+
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 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.
281+
278282
## RELATED LINKS
279283

280284
[Get-WindowsPackage](./Get-WindowsPackage.md)

0 commit comments

Comments
 (0)
Please sign in to comment.