PatchPackage Table

[This is preliminary documentation and subject to change.]

The PatchPackage table describes all patch packages that have been applied to this product. For each patch package, the unique identifier for the patch is provided along with information about the media image the patch is located on.

The PatchPackage table has the following columns.

Column Type Key Nullable
PatchId GUID Y N
Media_ Integer N

Columns

PatchId
This column contains a unique identifier for this particular patch.
Media_
This column is a foreign key to the DiskId column of the Media Table and indicates the disk containing the patch package.

Remarks

This table is usually added to the install package by a transform from a patch package. It is usually not authored directly into an install package.