<?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: Sharing Add-ins (Network) in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605810#M16226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Although i havent been able to locate the AddinFoldersList.xml. I am using Windows XP. Any ideas where i can locate the file on XP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2011 08:12:28 GMT</pubDate>
    <dc:creator>FaizanTayyab</dc:creator>
    <dc:date>2011-07-04T08:12:28Z</dc:date>
    <item>
      <title>Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605807#M16223</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 wanted to know if it was possible to programmatically add additional add-in folders (network path) in the Add-In Manager dialog box. Hence the end user doesn't need to do it. This should also enable the developer to provide later version of the add-in without need to re-send the new add-in file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 11:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605807#M16223</guid>
      <dc:creator>FaizanTayyab</dc:creator>
      <dc:date>2011-06-30T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605808#M16224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a config file that stores this information. You can add paths to it. See this thread for more information on the subject:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/29948-SHARED-PATH-on-Addin-ESRI"&gt;http://forums.arcgis.com/threads/29948-SHARED-PATH-on-Addin-ESRI&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though it is not the same exact topic, it tells you where the AddInFoldersList.xml file is found, and may provide you with some other useful information on network paths.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 16:32:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605808#M16224</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-06-30T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605809#M16225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; I wanted to know if it was possible to programmatically add additional add-in folders (network path) in the Add-In Manager dialog box. Hence the end user doesn't need to do it. This should also enable the developer to provide later version of the add-in without need to re-send the new add-in file.&lt;BR /&gt;&lt;BR /&gt;Is this possible.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure it possible..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How we run it all here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Went further and wrote an exe as an ADDIN installer... one click program modifying that xml for the user as well as enabling OFFLINE server folder path for caching, the user doesn't have to do a thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember, using a network path, the second the network is unavailable.. alll the tools are deleted from the users machine... and is NOT restored either!.. as the network path in the xml or seen by the user under addins-manager (options) is automatically removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So caching is a must... e.g. Offline for windows 7. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;its great though, everyone has the deployed addins, even our custom Patch and Service pack updater to keep everyone up to date automatically... any changes made, is made through the restricted write server folder... everyone gets the new update instantly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pending on the OS being used...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;windows 7 has the AddinFoldersList.xml stored under USERS &amp;gt;&amp;gt; [USER] &amp;gt;&amp;gt; AppData &amp;gt;&amp;gt; Local &amp;gt;&amp;gt; ESRI &amp;gt;&amp;gt; Desktop10.0..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and all the assemblies from the addinx file land under the assembly directory (a protected operating system file) and then under their corresponding UID as their folder name.&amp;nbsp; So to see this folder, you must UN-CHECK Hide Protected Operating System Files, Its not a 'Hidden Folder'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you see your UID folder..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. \AssemblyCache\{ABCB2AE5-4AA6-67AE-052A-DC8126BAB0AA}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And then its just your normal dll (toolset or extension etc..) with the corresponding files like the good old days of COM and packaging as an MSI. (but not registered in the Registry this way...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pass and embed anything over to the local machine as well would end up in this folder, nice and convenient to access.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 19:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605809#M16225</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2011-06-30T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605810#M16226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Although i havent been able to locate the AddinFoldersList.xml. I am using Windows XP. Any ideas where i can locate the file on XP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 08:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605810#M16226</guid>
      <dc:creator>FaizanTayyab</dc:creator>
      <dc:date>2011-07-04T08:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605811#M16227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On XP, I'm not positive, but it's somewhere like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; \Documents and Settings\username\Local Settings\Application Data\ESRI\Desktop10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, try a file search for AddinFoldersList.xml with options set to search in system and hidden folders.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 17:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605811#M16227</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-07-05T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605812#M16228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks guys.&lt;BR /&gt;&lt;BR /&gt; Although i havent been able to locate the AddinFoldersList.xml. I am using Windows XP. Any ideas where i can locate the file on XP.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For windows XP the xml is located here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Documents and Settings\" &amp;amp; Environment.UserName &amp;amp; "\Local Settings\Application Data\ESRI\Desktop10.0\AddinFoldersList.xml"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 14:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605812#M16228</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2011-07-13T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Add-ins (Network)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605813#M16229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For windows XP the xml is located here:&lt;BR /&gt;&lt;BR /&gt;"C:\Documents and Settings\" &amp;amp; Environment.UserName &amp;amp; "\Local Settings\Application Data\ESRI\Desktop10.0\AddinFoldersList.xml"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I need some clarification on how you impelmented the solution. I have been looking into offline files and understood how they work (while testing on a txt file). Although i am still confused on how to make it work in ArcGIS addin case, because once network is restored, the local file is not synchronized automatically and needs to be synchronized manually. How did get around this? Can you please also explain your architecture for this to work(when you mention things like write server folder). Also all cached files exist in offline folder did you point Addin manager to look into that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward to your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Faizan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 10:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/sharing-add-ins-network/m-p/605813#M16229</guid>
      <dc:creator>FaizanTayyab</dc:creator>
      <dc:date>2011-09-19T10:43:51Z</dc:date>
    </item>
  </channel>
</rss>

