I've created a basic add-in toolbar using Python. It compiled fine, installed OK but now I can't start ArcMap, ArcCatalog etc- It loads the splash screen but then stops (no errors are raised) so I wish to un-install it to see what's going on.
You can uninstall an add-in toolbar.....but the tool to do it is accessed from within ArcMap :confused:
The add-in file itself is present in C:\Documents and Settings\me\My Documents\ArcGIS\AddIns\Desktop10.1\{GUID}
Is it possible to just delete this file to uninstall the toolbar?
Alternatively, would re-compiling and installing it with the likely errors removed* fix it?
* I created two empty tools, a button which just calls an existing script within a toolbox and a combo box which I haven't edited yet...so I'm guess it's this second combo box which is causing the issue.
You can uninstall an add-in toolbar.....but the tool to do it is accessed from within ArcMap :confused:
The add-in file itself is present in C:\Documents and Settings\me\My Documents\ArcGIS\AddIns\Desktop10.1\{GUID}
Is it possible to just delete this file to uninstall the toolbar?
Alternatively, would re-compiling and installing it with the likely errors removed* fix it?
* I created two empty tools, a button which just calls an existing script within a toolbox and a combo box which I haven't edited yet...so I'm guess it's this second combo box which is causing the issue.