Automatically update the ncfg file when building add-in Project

2723
1
10-21-2010 01:39 AM
BrandonSchaeffer
New Contributor
I have created a project with multiple add-ins and I have created an application configuration that puts thos add-ins in the tabs and groups that I want,  however I don't currently have a way to automate the update of the and-ins eaz file in the ncfg when I make changes and run my build.  Is there a way to tell the configuration manager to update an eaz file in the ncfg and produce a new info file for instance via the command line, so that I don't have to open the config manager replace my eaz and save the config?
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor
Hi,

I'm not sure how practical it is to have the project build process automatically update an ncfg but you could build another workflow to achieve this. The NCFG is simply a zip file within which Add-ins are in an "addins" folder so it would be relatively straightforward to update one programmatically.

Regards

Mike
0 Kudos