<?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 Re: Add-In location in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257110#M6587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's an XML file in the user's AppData folder that should list all folders they've added to the Add-In search path -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\ESRI\Desktop10.1\AddInFoldersList.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It can also be stored in the registry but only if a key was added manually and the user has permission to write to the registry.&amp;nbsp; See the very end of this &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004n7000000" rel="nofollow" target="_blank"&gt;&lt;BR /&gt;&lt;BR /&gt;'&amp;gt;help topic&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd try the XML file and check each node under the appropriate appplication (ArcMap node for example) and see if the folder name without the drive letter matches the location.&amp;nbsp; There are a couple of ways to convert the drive letter to a UNC path too if you want to make sure the user didn't map to another server with an identical folder name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 16:10:55 GMT</pubDate>
    <dc:creator>TerryGiles</dc:creator>
    <dc:date>2013-05-20T16:10:55Z</dc:date>
    <item>
      <title>Add-In location</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257109#M6586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Desktop Add-In located on a network drive that several people access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested in grabbing the location of this Add-In using VB or C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't want the executing assembly location that is found at a users C-drive, I want the network location, which annoyingly users have mapped as different drive letters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 09:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257109#M6586</guid>
      <dc:creator>GISScientist</dc:creator>
      <dc:date>2013-05-20T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In location</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257110#M6587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's an XML file in the user's AppData folder that should list all folders they've added to the Add-In search path -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\ESRI\Desktop10.1\AddInFoldersList.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It can also be stored in the registry but only if a key was added manually and the user has permission to write to the registry.&amp;nbsp; See the very end of this &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004n7000000" rel="nofollow" target="_blank"&gt;&lt;BR /&gt;&lt;BR /&gt;'&amp;gt;help topic&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd try the XML file and check each node under the appropriate appplication (ArcMap node for example) and see if the folder name without the drive letter matches the location.&amp;nbsp; There are a couple of ways to convert the drive letter to a UNC path too if you want to make sure the user didn't map to another server with an identical folder name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 16:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257110#M6587</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2013-05-20T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In location</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257111#M6588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shame there isn't anything for each tool, but I can work around the settings in that file. It was in a slightly different location for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Local\ESRI\Desktop10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-location/m-p/257111#M6588</guid>
      <dc:creator>GISScientist</dc:creator>
      <dc:date>2013-05-21T08:20:04Z</dc:date>
    </item>
  </channel>
</rss>

