<?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: Unable to Deploy Add-In Updates in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37695#M209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks skippytbk, your suggestion worked.&amp;nbsp;&amp;nbsp; Removing the original addin.eaz file from the Addins folder then copying in addin_20130715.eaz is all it took.&amp;nbsp; On startup AGX prompts you again to confirm you want to install the add-in, which is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It gets confused if you have two .eaz files for the same add-in in the Addins folder, which is understandable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 21:40:45 GMT</pubDate>
    <dc:creator>GlenH</dc:creator>
    <dc:date>2013-07-15T21:40:45Z</dc:date>
    <item>
      <title>Unable to Deploy Add-In Updates</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37693#M207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having trouble deploying updates for an add-in developed for AGX Desktop (build 2500). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The initial deployment is fine.&amp;nbsp; If I copy my addin.eaz file to the �??C:\Users\[user]\AppData\Roaming\esri\arcgis explorer\Addins' folder, then start AGX, it works as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replacing the original add-in with an updated version doesn't seem to work as the described in the documentation (&lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/900/arcgisexplorer/sdk/doc/94c298a9-c91c-4123-a574-8fecd13553ad.htm):"&gt;http://resources.esri.com/help/900/arcgisexplorer/sdk/doc/94c298a9-c91c-4123-a574-8fecd13553ad.htm):&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"When a new add-in file is found in this location by ArcGIS Explorer, it will unpack the contents of the file into a cache. ArcGIS Explorer will check if any add-ins have been updated in this location on startup, and if necessary unpack the updated files so that the latest version is used."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I just overwrite the original .eaz file with an updated version, then start AGX, the new version is ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Confusingly, if I rebuild the project in Visual Studio then start AGX, it works fine.&amp;nbsp; The build information in Visual Studio shows that the new .eaz file was copied to the AddIns folder mentioned above.&amp;nbsp; Why this works after a build and not when I manually copy the .eaz file is a mystery (on a different machine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way I can get this to work is to manually remove the add-in within AGX, then start and stop AGX, then copy the updated .eaz into the AddIns folder, then start AGX again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of any restrictions when deploying updates, or have I missed something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Glenn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 21:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37693#M207</guid>
      <dc:creator>GlenH</dc:creator>
      <dc:date>2013-07-14T21:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Deploy Add-In Updates</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37694#M208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure if this will help, but at the ESRI User Conference, a guy who did a presentation on their implementation of ArcExplorer said to rename the .EAZ file instead of overwriting it. So what they did was to place a date eg. AddIn_07152013.EAZ instead of just AddIn.EAZ.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have yet to try it myself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 19:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37694#M208</guid>
      <dc:creator>AdamGuo</dc:creator>
      <dc:date>2013-07-15T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Deploy Add-In Updates</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37695#M209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks skippytbk, your suggestion worked.&amp;nbsp;&amp;nbsp; Removing the original addin.eaz file from the Addins folder then copying in addin_20130715.eaz is all it took.&amp;nbsp; On startup AGX prompts you again to confirm you want to install the add-in, which is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It gets confused if you have two .eaz files for the same add-in in the Addins folder, which is understandable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:40:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/unable-to-deploy-add-in-updates/m-p/37695#M209</guid>
      <dc:creator>GlenH</dc:creator>
      <dc:date>2013-07-15T21:40:45Z</dc:date>
    </item>
  </channel>
</rss>

