SelfRegModules Action

[This is preliminary documentation and subject to change.]

The SelfRegModules action processes all the modules in the SelfReg table to register the modules, if installed.

Database Tables Queried

The SelfRegModules action queries the File_ column of the SelfReg table for the module that is to be registered.

Properties Used

None

Sequencing Restrictions

The InstallValidate action must be called before calling SelfRegModules. If an InstallFiles action is used, it must also appear before SelfRegModules.

Remarks

The SelfRegModules action attempts to call the DllRegisterServer() function of the module that is to be registered. Unlike other actions, this action is not performed with elevated privileges but instead with the default user privileges.