SelfReg Table

[This is preliminary documentation and subject to change.]

The SelfReg table contains information about modules that need to be self-registered. The installer calls the DllRegisterServer() function at the time of installing the module and the DllUnregisterServer() function at the time of uninstalling the module.

The SelfReg table has the following columns.

Column Type Key Nullable
File_ Identifier Y N
Cost Integer Y

Columns

File_
External key into the File table indicating the module that needs to be registered.

External key to column one of the File table.

Cost
The cost of registering the module.

Non-negative numbers only.