Hi @Romanich , thank you for the quick reply.
I would like a bit more information on the two-part step 9 of the linked guide.
____
9. Registration of created add-in .dll file to enable its visibility in Robot
Structure Analysis
Go to the folder where the add-in .dll file is located and register it by commands:
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /tlb /codebase
MyAddin.dll
or
c:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /tlb /codebase
MyAddin.dll
____
9. Making new option available in Robot Structure Analysis pull down
menu
Start RSA, select any structure type, then from Add-ins menu start Add-ins Manage and using “…”
button show path to add-in .dll file, then press Add button.
______
Am I correct in understanding the 2nd part of step 9 indicates that for a ROBOT add-in (.dll), it is required to launch ROBOT and using the ROBOT Add-In menu, to manually select the .dll we registered in the 1st part of step 9.
I am looking for a way to distribute ROBOT PLUGINS to Users ideally without requiring manual intervention to register the plugin on every machine. For example REVIT Plugins may be registered and made available to users through the use of a manifest file.
https://help.autodesk.com/view/RVT/2023/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Introduction_...
Is there any similar process for ROBOT?
Thank You,
Liam McHale