Hello. I am wondering if it's possible to install a custom extension via scripting. I have a Python script that I want several users to install, and we wanted the convenience of having an executable do it for these users.
Hello @HFrancisco, You might want checking this method located in src/ansys/aedt/core/workflows/customize_automation_tab.py the method add_script_to_menu() This is actually the one called by the extension manager when you do it manually. Thanks for contacting us.