<?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 ArcMap addin Path in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202869#M5270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering how to get the path of the add-in which I currently use. There are a lot of users (about 100), and they use different versions of our program from network. If believe it works as follows:&lt;/P&gt;&lt;P&gt;When the ArcMap starts, it loads for itself the dll-s from the proper path, which we gave in the Add-In window.&amp;nbsp; When we wanted to see the proper path of the add-in, we used &lt;CODE&gt;&lt;SPAN class="typ"&gt;Assembly&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;GetExecutingAssembly&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;().&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Location in c#&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;, and it gave back the assambly-cache&amp;nbsp; folder used by ArcGIS 10.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to know the given path of the toolbar which I developed.&lt;/P&gt;&lt;P&gt;We use multiple add-ins, therefore the AddInFoldersList.xml is not satisfactory, which is stored in user/.../AppData/Roaming/ESRI//Desktop10.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 09:31:53 GMT</pubDate>
    <dc:creator>PeterKun</dc:creator>
    <dc:date>2014-11-26T09:31:53Z</dc:date>
    <item>
      <title>ArcMap addin Path</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202869#M5270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering how to get the path of the add-in which I currently use. There are a lot of users (about 100), and they use different versions of our program from network. If believe it works as follows:&lt;/P&gt;&lt;P&gt;When the ArcMap starts, it loads for itself the dll-s from the proper path, which we gave in the Add-In window.&amp;nbsp; When we wanted to see the proper path of the add-in, we used &lt;CODE&gt;&lt;SPAN class="typ"&gt;Assembly&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;GetExecutingAssembly&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;().&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Location in c#&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;, and it gave back the assambly-cache&amp;nbsp; folder used by ArcGIS 10.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to know the given path of the toolbar which I developed.&lt;/P&gt;&lt;P&gt;We use multiple add-ins, therefore the AddInFoldersList.xml is not satisfactory, which is stored in user/.../AppData/Roaming/ESRI//Desktop10.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202869#M5270</guid>
      <dc:creator>PeterKun</dc:creator>
      <dc:date>2014-11-26T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap addin Path</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202870#M5271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;Arcmap has its own folder locations for add-ins and these add-ins are automatically managed by ESRI Add-In Utility. It Unpacks its contents in the Assembly Cache folder.&lt;BR /&gt;Check the following for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Advanced_add_in_concepts/0001000004n7000000/" title="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Advanced_add_in_concepts/0001000004n7000000/"&gt;ArcObjects 10 .NET SDK Help&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202870#M5271</guid>
      <dc:creator>AhmedEl-Sisi</dc:creator>
      <dc:date>2014-11-26T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap addin Path</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202871#M5272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Ahmed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes I am aware how it works. But my problem is that I have 100 users who uses my addins which are stored on netwrok. unfortunatly there are several versions due new funcionalities for different users for different tasks. I would like to track, who uses which version by storing the username and the add-in path in a central DB.&lt;/P&gt;&lt;P&gt;In this way, I can see who uses maybe the wrong version instead of remembiring or checking one by one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 14:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202871#M5272</guid>
      <dc:creator>PeterKun</dc:creator>
      <dc:date>2014-11-26T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap addin Path</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202872#M5273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can store unique data inside your Add-in such as "Description" or "Version" to Identify your Add-in version and access this data at runtime&amp;nbsp; using ThisAddIn internal class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-addin-path/m-p/202872#M5273</guid>
      <dc:creator>AhmedEl-Sisi</dc:creator>
      <dc:date>2014-11-26T15:04:20Z</dc:date>
    </item>
  </channel>
</rss>

