Hi Guys,
I have an issue modifying with updatemodule for my custom addin project from configuration project.
Scenario is that
I have custom Addin module project let say
ModuleA with groupA,groupB and groupC
I try to update this module via config.daml from configuration project.
<modules>
<updateModule refID="ModuleA">
<groups>
<deleteGroup refID="groupA"/>
</groups>
</updateModule>
</modules>
When I execute, groupA does not disappear.
So I tried with
<updateModule refID="esri_mapping">
<groups>
<deleteGroup refID="esri_mapping_navigateGroup"/>
</groups>
</updateModule>
The navigation group disappear from map tab.
Is that a bug or anyway to manage?
Hi Than
At this time Configurations cannot be used to "extend" or "modify" other add-ins.
Thanks
Uma