<?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: Is it possible to install Addin for all users on computer? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674567#M18072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;great, thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 10:26:42 GMT</pubDate>
    <dc:creator>BarbaraSchneider1</dc:creator>
    <dc:date>2013-08-20T10:26:42Z</dc:date>
    <item>
      <title>Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674564#M18069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when a user installs an Addin on a computer, it is only visible for this user. Is it possible to install it for all users on a computer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674564#M18069</guid>
      <dc:creator>BarbaraSchneider1</dc:creator>
      <dc:date>2013-08-06T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674565#M18070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you place the AddIn in a folder that all users can reach (e.g. a sub-folder in the ArcGIS folder) then all users can log in under their own profile and navigate to it. If it is on a network drive then all users could navigate to it from any computer with ArcGIS...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 12:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674565#M18070</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-08-14T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674566#M18071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, if an admin on that computer creates a registry setting with a location to the add-in, then all users on that computer will automatically see that add-in.&amp;nbsp; Check out the help docs for "Advanced add-in concepts":&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Advanced_add_in_concepts/0001000004n7000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Advanced_add_in_concepts/0001000004n7000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The relevant section is at the very bottom of that page.&amp;nbsp; "Administrators can also use the registry to specify additional folders to probe for add-ins. This feature can be used by administrators to control user access to add-ins. To add administrator folders, manually enter a new AddInFolders key under the Settings key and add a new string value for each add-in folder."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if I create a registry string under HKLM\SOFTWARE\ESRI\Desktop10.1\Settings\AddInFolders called "D:\ArcGIS\AddIns", then any user running ArcMap on that computer will see any add-ins that have been placed in the D:\ArcGIS\AddIns folder as a Shared Add-In in ArcMap's Add-In Manager.&amp;nbsp; The users will NOT be able to delete those add-ins using the Add-In Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If you are running 64-bit Windows, the registry key will be under HKLM\SOFTWARE\Wow6432Node\ESRI\Desktop10.1\Settings\AddInFolders.&amp;nbsp; Also, you may have to create the AddInFolders key yourself under Settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674566#M18071</guid>
      <dc:creator>JoeVondracek</dc:creator>
      <dc:date>2013-08-19T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674567#M18072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;great, thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 10:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/674567#M18072</guid>
      <dc:creator>BarbaraSchneider1</dc:creator>
      <dc:date>2013-08-20T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/1180527#M20475</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if this solution also works for Pro last version (2.9.*) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've followed all the steps but it doesn't work, so maybe I'm doing something wrong or something changed for Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 08:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/1180527#M20475</guid>
      <dc:creator>FabianOrtega</dc:creator>
      <dc:date>2022-06-07T08:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to install Addin for all users on computer?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/1180627#M20476</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;Found the answer to my question in the documentation :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ArcGIS-Pro-Registry-Keys" target="_blank"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ArcGIS-Pro-Registry-Keys&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It works like a charm!&lt;/P&gt;&lt;P&gt;Sorry for the&amp;nbsp;inconvenience.&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 14:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-install-addin-for-all-users-on/m-p/1180627#M20476</guid>
      <dc:creator>FabianOrtega</dc:creator>
      <dc:date>2022-06-07T14:56:03Z</dc:date>
    </item>
  </channel>
</rss>

