Install AEDT custom extension via scripting

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.

Best Answer

  • svandenb-dev
    svandenb-dev Member, Employee Posts: 8
    Second Anniversary Ansys Employee First Answer Name Dropper
    ✭✭✭
    Answer ✓

    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.