[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.
The SelfRegModules action queries the File_ column of the SelfReg table for the module that is to be registered.
None
The InstallValidate action must be called before calling SelfRegModules. If an InstallFiles action is used, it must also appear before SelfRegModules.
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.