The Register Assembly action allows you register a .Net assembly for COM interop by using the Regasm.exe application.
Please reference Microsoft’s documentation on Regasm.exe for more information.
The file action that places the assembly being registered must precede this action.
Prepare Stage
No action taken.
Execute Stage
Calls Regasm.exe to register the library using the defined Execute command line.
Cleanup Stage
No action taken.
Rollback Stage
Calls Regasm.exe to unregister the assembly using the defined Rollback command line.