<?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: Delete Add-In when installing another Add-In in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1291327#M9840</link>
    <description>&lt;P&gt;Wishful thinking.&amp;nbsp; As ancient and limited as shapefiles are, they will never go away. &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 20 May 2023 01:31:23 GMT</pubDate>
    <dc:creator>BillSmith</dc:creator>
    <dc:date>2023-05-20T01:31:23Z</dc:date>
    <item>
      <title>Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212862#M8742</link>
      <description>&lt;P&gt;I would like to know if I can use DAML to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;check if a specific Add-In exists in AGP&lt;/LI&gt;&lt;LI&gt;if it does exist, if there is the possibility to delete it&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I wrote an Add-In that is replacing two earlier Add-Ins I wrote and I would like to delete the two earlier Add-Ins on a customers AGP if they are installed.&lt;/P&gt;&lt;P&gt;Is that possible during the installation process of the new Add-In?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 12:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212862#M8742</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2022-09-15T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212875#M8743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you know old add-ins GUID's you can remove their folders from This PC &amp;gt; Documents &amp;gt; ArcGIS &amp;gt; AddIns &amp;gt; ArcGISPro folder.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;AddInInfo id="{997969c2-c517-4481-af7e-dbdb0e20399c}" version="1.0" desktopVersion="2.0.0"&amp;gt;
    &amp;lt;Name&amp;gt;Custom Pop-up Tool&amp;lt;/Name&amp;gt;
    &amp;lt;Description&amp;gt;Show a custom pop-up.&amp;lt;/Description&amp;gt;
    &amp;lt;Image&amp;gt;Images\AddinDesktop32.png&amp;lt;/Image&amp;gt;
    &amp;lt;Author&amp;gt;ArcGIS Pro SDK Team, arcgisprosdk@esri.com&amp;lt;/Author&amp;gt;
    &amp;lt;Company&amp;gt;esri, http://www.esri.com&amp;lt;/Company&amp;gt;
    &amp;lt;Date&amp;gt;9/28/2015&amp;lt;/Date&amp;gt;
    &amp;lt;Subject&amp;gt;Map-Exploration&amp;lt;/Subject&amp;gt;
  &amp;lt;/AddInInfo&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GintautasKmieliauskas_0-1663246578177.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51289i6555DDEE2359FF6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GintautasKmieliauskas_0-1663246578177.png" alt="GintautasKmieliauskas_0-1663246578177.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 12:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212875#M8743</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2022-09-15T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212968#M8744</link>
      <description>&lt;P&gt;I know the GUIDs. However, that does not sound like this is something I can build into to installation routine of the new Add-In.&lt;/P&gt;&lt;P&gt;I am looking for some functionality similar to dependencies of one Add-In to another Add-In, or using the DAML to remove buttons in the UI... just to delete a whole Add-In.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212968#M8744</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2022-09-15T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212986#M8745</link>
      <description>&lt;P&gt;You can build simple bat file with OS commands or code executable using c#.&lt;/P&gt;&lt;P&gt;Another way is to use configuration instead of add-in. It could remove add-in commands/tools from ArcGIS Pro UI. Check configuration samples on Esri Community samples git.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212986#M8745</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2022-09-15T15:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212988#M8746</link>
      <description>&lt;P&gt;You can use this method to iterate through all add-ins and find your old add-ins, then use FullPath to delete the add-in (will disappear after ArcGIS Pro restarts):&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic26229.html" target="_blank"&gt;GetAddInInfos Method—ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Needless to say, this only works if the user has permissions to delete the add-in.&lt;/P&gt;&lt;P&gt;You can also look at this sample code which deletes add-ins:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Content/AddInInfoManager" target="_blank"&gt;Esri/arcgis-pro-sdk-community-samples: ArcGIS Pro SDK for Microsoft .NET Framework Community Samples (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1212988#M8746</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-09-15T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1213326#M8755</link>
      <description>&lt;P&gt;Thank you Wolf, that's a clean solution.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1213326#M8755</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2022-09-16T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Add-In when installing another Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1291327#M9840</link>
      <description>&lt;P&gt;Wishful thinking.&amp;nbsp; As ancient and limited as shapefiles are, they will never go away. &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 01:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/delete-add-in-when-installing-another-add-in/m-p/1291327#M9840</guid>
      <dc:creator>BillSmith</dc:creator>
      <dc:date>2023-05-20T01:31:23Z</dc:date>
    </item>
  </channel>
</rss>

