The SFPCatalog table contains the catalogs used by Windows Me.
The SFPCatalog table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
SFPCatalog | Filename | Y | N |
Catalog | Binary | N | N |
Dependency | Formatted | N | Y |
Columns
- SFPCatalog
The short file name for the catalog. Because catalogs have no version, the catalog specified in this column can overwrite a catalog that has the same name and is already installed on the local system. See the file versioning topic Neither File Has a Version.
- Catalog
Binary data for the catalog.
- Dependency
The catalog specified in this field is the parent of the dependent catalog specified in the SFPCatalog field. Enter the short file name of the parent catalog into the Dependency field. This field is a key back into the SFPCatalog column. The dependency match is case sensitive.
If the Dependency field references another record in this SFPCatalog table, the parent catalog is installed before the dependent catalog.
If the Dependency field references a parent catalog that is not present in the SFPCatalog field of this table, and if the parent catalog is not already installed, the installation fails.
Remarks
The InstallSFPCatalogFile action queries the Component table, File table, FileSFPCatalog table and SFPCatalog table.
Validation
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.