PatchPackage Table
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 on which the patch is located.
The PatchPackage table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
PatchId | GUID | Y | N |
Media_ | Integer | N | 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
The PatchPackage table is required in every patch package. If the table is missing, attempts to install the patch fail with "Error 2768: Transform in patch package is invalid." 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.
Validation