UpgradedFilesToIgnore Table (Patchwiz.dll)

The UpgradedFilesToIgnore table prevents the updating of specific files that are in fact changed in the upgraded image relative to the target images. It may be useful to do this in certain cases. For example, a patch package intended only for use with non-administrative installations does not need to include patching files that are only part of administrative images. Excluding such files used only in administrative images can reduce the size of the patch package; however, administrators should be informed on how to update these files separately. This table is optional in the patch creation database (.pcp file) and is used by the UiCreatePatchPackageEx function.

The UpgradedFilesToIgnore table has the following columns.

Column Type Key Nullable
Upgraded text Y N
FTK text Y N

 

Columns

Upgraded

Foreign key to the Upgraded column of the UpgradedImages Table (Patchwiz.dll). The patch creation tool excludes updating the file specified in the FTK column of the UpgradedFilesToIgnore table when upgrading a target to the image specified in the Upgraded field. Enter a value of "*" in the Upgraded field to exclude updating the file for all upgraded images.

FTK

Foreign key into the File table of the upgraded image. A value of the form "<prefix>*" matches all file table keys in the File table that begin with that prefix. No text can follow the asterisk.