<?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: Python Add-In not installing in Customize Dialog in ArcMap in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44315#M3497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing the target version to 10.2 has no effect - same error message. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not having trouble getting the tools to execute. &amp;nbsp;I'm having troubles with one method of installation not working properly. &amp;nbsp;Coincidentally, it's the only method I have available to allow users to install the Add-In themselves in a Citrix published app environment without involving a sys admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that if ArcMap is accessed as a published Citrix app, users cannot install the Add-In by double-clicking. &amp;nbsp;The way they &lt;EM&gt;should&lt;/EM&gt; be able to install it is through the ArcMap Add-In Manager or Customize Dialog&amp;nbsp;but that appears to be broken, giving me the error I mention above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only working option I have is by manually copying the .esriaddin file into the proper user roaming profile folder, which the users cannot do themselves. &amp;nbsp;Either that, or customize the Add-in manager to look in a specific folder somewhere for Add-ins, which isn't technically an installation and is subject to people accidentally messing around with files/folders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 22:14:09 GMT</pubDate>
    <dc:creator>KentWilliams</dc:creator>
    <dc:date>2016-11-28T22:14:09Z</dc:date>
    <item>
      <title>Python Add-In not installing in Customize Dialog in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44313#M3495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Python add-in for ArcMap that I wrote&amp;nbsp;that has a single toolbar with a couple of buttons on it. &amp;nbsp;The config.xml is set to target ArcGIS 10.1. &amp;nbsp;If I install the add-in by double-clicking it, it installs and works just fine. &amp;nbsp;The problem is, the clients use Citrix, so they can't double-click the add-in to install it into their roaming profile.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I attempt to install the add-in via the Customize dialog in ArcMap, I get the following error message: "No GUI components found in this Add-In. Add-In version does not match". &amp;nbsp;I'm seeing this in Version 10.3.1 and 10.4. &amp;nbsp;It was written on a machine running 10.3.1, but as I said has the target version set to 10.1 in the config.xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't matter whether I directly open the Customize dialog from the ArcMap menu or whether I open it via the Add-In manager. &amp;nbsp;Adding the Add-In from file in the Customize dialog always results in this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I do to get around this? &amp;nbsp;Is this a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 21:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44313#M3495</guid>
      <dc:creator>KentWilliams</dc:creator>
      <dc:date>2016-11-28T21:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-In not installing in Customize Dialog in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44314#M3496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of my addins are set to 10.2 (and work in 10.3 and 10.4) so I'm not sure if 10.1 is different.&amp;nbsp; Also, have not tested in the citrix environment....but, have you tried to see if you can access the tool directly from the toolbox?&amp;nbsp; Not the workaround you are hoping for (i.e. you lose the GUI), but might be worth seeing if it will run this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we do lose the GUI and addin in Pro....not something that I am happy about...but this may have to be the workaround for that for the foreseeable future. (also, Pro uses python 3.x, so there may be changes for that too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I also have some tips here (fwiw) &lt;A href="https://community.esri.com/thread/74093"&gt;https://community.esri.com/thread/74093&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 21:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44314#M3496</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-11-28T21:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-In not installing in Customize Dialog in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44315#M3497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing the target version to 10.2 has no effect - same error message. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not having trouble getting the tools to execute. &amp;nbsp;I'm having troubles with one method of installation not working properly. &amp;nbsp;Coincidentally, it's the only method I have available to allow users to install the Add-In themselves in a Citrix published app environment without involving a sys admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that if ArcMap is accessed as a published Citrix app, users cannot install the Add-In by double-clicking. &amp;nbsp;The way they &lt;EM&gt;should&lt;/EM&gt; be able to install it is through the ArcMap Add-In Manager or Customize Dialog&amp;nbsp;but that appears to be broken, giving me the error I mention above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only working option I have is by manually copying the .esriaddin file into the proper user roaming profile folder, which the users cannot do themselves. &amp;nbsp;Either that, or customize the Add-in manager to look in a specific folder somewhere for Add-ins, which isn't technically an installation and is subject to people accidentally messing around with files/folders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 22:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44315#M3497</guid>
      <dc:creator>KentWilliams</dc:creator>
      <dc:date>2016-11-28T22:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-In not installing in Customize Dialog in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44316#M3498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not on the network services side, so I'm not sure how the Citrix (XenDesktop, in our agency) is set up either. Is it possible to have a common network location that the addin is placed, then have it search in that location?&amp;nbsp; Or as mentioned, put the tool box in a location, not as&amp;nbsp; addin but as a toolbox and have them access that thru ArcCatalog.&amp;nbsp; Not as push-button, but may get it to work.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see quite a few ArcGIS/Citrix docs online, but nothing specific to addins.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://wiki.gis.com/wiki/index.php/ArcGIS_on_Citrix" title="http://wiki.gis.com/wiki/index.php/ArcGIS_on_Citrix"&gt;ArcGIS on Citrix - GIS Wiki | The GIS Encyclopedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://downloads2.esri.com/support/TechArticles/Citrix_XenApp_and_Best_Practices_for_ArcGIS.pdf" title="http://downloads2.esri.com/support/TechArticles/Citrix_XenApp_and_Best_Practices_for_ArcGIS.pdf"&gt;http://downloads2.esri.com/support/TechArticles/Citrix_XenApp_and_Best_Practices_for_ArcGIS.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp; (2011)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/7178"&gt;https://community.esri.com/thread/7178&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you the one that set up the Citrix side?&amp;nbsp; If not, is their someone there that understands that setup better that you can talk to?&amp;nbsp; Otherwise, might be a tech support call.&amp;nbsp; If you find out anything, please include a summary/&amp;nbsp; I've very interested in this since I use addins often, and the Citrix part is pretty new for us (and only about 1% that have switch to that for ArcGIS access).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 23:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-not-installing-in-customize-dialog/m-p/44316#M3498</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-11-28T23:17:07Z</dc:date>
    </item>
  </channel>
</rss>

