I've developed a toolbox in Python and am writing a small install script for it. I want to add the toolbox to ArcMap/ArcCatalog's ArcToolbox and save it to the defaults via the script. Is there a way to do this programmatically?
I want to mimic the final result of these steps using my Python install script (or do whatever works):
1. Open ArcMap/ArcCatalog
2. Right-click on ArcToolbox in the ArcToolbox list and click Add Toolbox.
3. Find the toolbox, highlight it and click Open.
4. Right-click in the empty area in the ArcToolbox list and click Save Settings > To Default
Thanks in advance for help!