<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to disable 'esriRegAddin' after build has completed? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581231#M15703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created an EsriAddIn project. It is configured by default to register the addin after the build has completed. Does anyone know how to disable it? I don't want my addin to be automatically registered with arc map, i want to do it manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 15:26:13 GMT</pubDate>
    <dc:creator>SzymonPiskula</dc:creator>
    <dc:date>2012-03-05T15:26:13Z</dc:date>
    <item>
      <title>How to disable 'esriRegAddin' after build has completed?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581231#M15703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created an EsriAddIn project. It is configured by default to register the addin after the build has completed. Does anyone know how to disable it? I don't want my addin to be automatically registered with arc map, i want to do it manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 15:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581231#M15703</guid>
      <dc:creator>SzymonPiskula</dc:creator>
      <dc:date>2012-03-05T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable 'esriRegAddin' after build has completed?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581232#M15704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;COM extensions make an entry in the registry but I don't think add-ins are 'registered'. When you build your add-in solution in the IDE a folder with the project's GUID is added to &amp;lt;user's documents&amp;gt;\ArcGIS\AddIns\Desktop10.0 directory. When ArcMap is launched these local add-ins are copied to &amp;lt;window's user&amp;gt;\AppData\Local\ESRI\Desktop10.0\AssemblyCache. If you delete the GUID folder from your documents dir before ArcMap is opened it will prevent it from being 'installed'. If you are using Visual Studio you can set a post-build event in the project's properties to delete the folder that is copied to the documents dir after the sucessfull build. The folder that VS puts into the documents dir will be named using the GUID in the assembly information for your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 16:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581232#M15704</guid>
      <dc:creator>RichWawrzonek</dc:creator>
      <dc:date>2012-03-06T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable 'esriRegAddin' after build has completed?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581233#M15705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The automatic installation of the Add-In upon building the Add-in project in Visual Studio is most likely controlled by the ESRI.ArcGIS.Addins.targets file in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\MSBuild\ESRI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That can technically be opened as a .txt and modified but I would take precautions and save a backup of the file.&amp;nbsp; That file appears to be invoked by the AfterBuild in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Target Name="AfterBuild"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Gives build warning when add-in targets file is not found. --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Warning Text="Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s)." Condition="!Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/Target&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;within the .vbproj or .csproj file which you can unload and edit by right-clicking on the Add-In project in the Solution Explorer.&amp;nbsp; However, I am not sure where in the .targets file that would be modified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 23:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-disable-esriregaddin-after-build-has/m-p/581233#M15705</guid>
      <dc:creator>EdgarBejarano</dc:creator>
      <dc:date>2012-03-08T23:51:15Z</dc:date>
    </item>
  </channel>
</rss>

