The Register Library action allows you register a COM assembly by using the regsvr32 application program interface. To use this action, you provide the path to the COM assembly that you want to register. You can also select to use DllInstall, use DllRegiserServer or use both. The default action is to use DllRegisterServer. This action allows you to define whether the COM assembly should be registered as a 32-bit or 64 bit assembly on 64-bit operating systems.
Please reference Microsoft’s documentation on RegSvr32.exe for more information.
The file action that places the assembly being registered must precede this action.
Prepare Stage
No action taken.
Execute Stage
This action calls RegSvr32.exe to register the library using the defined options.
Cleanup Stage
No action taken.
Rollback Stage
Attempts to call RegSvr32.exe to unregister the assembly using the defined settings.