<?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 .proConfigX Configuration Moved to URL? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1049572#M6471</link>
    <description>&lt;P&gt;I currently have a custom config application that I install with a batch script to set the ConfigurationFolder to a network share drive that my worldwide users can access if they indeed do have that drive mapped.&amp;nbsp; But since everyone is working remotely, this has become an issue. This runs in an install batch file, so users always have latest version&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings" /v "ConfigurationFolder" /t REG_SZ /d "V:\NetworkDriveExample\NetworkDriveExample" /f&lt;BR /&gt;echo Configuration Registry Path Set&lt;/P&gt;&lt;P&gt;I think this works most of the time, but I would like to move this to a URL that our users can access instead.&amp;nbsp; That URL would be accessable on our network and not make me do this step.&amp;nbsp; Alternatively, I would also like users to be able to manually reload the .proconfigx file from an "About" page if their version is out of date.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 14:30:47 GMT</pubDate>
    <dc:creator>MKa</dc:creator>
    <dc:date>2021-04-21T14:30:47Z</dc:date>
    <item>
      <title>.proConfigX Configuration Moved to URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1049572#M6471</link>
      <description>&lt;P&gt;I currently have a custom config application that I install with a batch script to set the ConfigurationFolder to a network share drive that my worldwide users can access if they indeed do have that drive mapped.&amp;nbsp; But since everyone is working remotely, this has become an issue. This runs in an install batch file, so users always have latest version&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings" /v "ConfigurationFolder" /t REG_SZ /d "V:\NetworkDriveExample\NetworkDriveExample" /f&lt;BR /&gt;echo Configuration Registry Path Set&lt;/P&gt;&lt;P&gt;I think this works most of the time, but I would like to move this to a URL that our users can access instead.&amp;nbsp; That URL would be accessable on our network and not make me do this step.&amp;nbsp; Alternatively, I would also like users to be able to manually reload the .proconfigx file from an "About" page if their version is out of date.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1049572#M6471</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-04-21T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: .proConfigX Configuration Moved to URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1050728#M6494</link>
      <description>&lt;P&gt;Please note that this registry kay will be deprecated for Pro 3.x.&amp;nbsp; &amp;nbsp;See more here:&amp;nbsp;&lt;A href="https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ArcGIS-Pro-Registry-Keys#configuration-folders" target="_blank"&gt;ArcGIS Pro Registry Keys · ArcGIS/arcgis-pro-sdk Wiki (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I try to get more information from the Pro Dev team in regards to this feature since other developers have asked for similar capabilities before.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to get this implemented (as a workaround), I can only think of installing an add-in on all Pro machines that will download and/or update the latest releases of add-ins or configurations from your website to your local well-known locations.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can publish an .esriaddinx file on Portal from where your users can install a 'management' add-in.&amp;nbsp; This 'management' add-in would then be running on all clients (by not using JIT - the autoload attribute in your insertModule tag) to check your URLs for updated configurations or add-ins and download them into a well-known local folder.&lt;/P&gt;&lt;P&gt;I will let you know after I hear back from the Pro dev team if there are better solutions coming up.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 15:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1050728#M6494</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2021-04-23T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: .proConfigX Configuration Moved to URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1051303#M6510</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I will have to come up with a better solution then.&amp;nbsp; Much like OOB Pro has to alert user of a new version, i will need to use that logic for my&amp;nbsp;&lt;SPAN&gt;esriaddinx&amp;nbsp; file.&amp;nbsp; I need users to be on the latest version autmatically and to get that version from portal or other url.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1051303#M6510</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-04-26T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: .proConfigX Configuration Moved to URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1245261#M9231</link>
      <description>&lt;P&gt;I am looking into this issue again.&amp;nbsp; After the initial installation of my configuration, I would like my users configurations to be auto updated.&amp;nbsp; I don't want to use the well known directory or with the configurationfolder registry entry.&amp;nbsp; We are moving everything to the portal, so i would like to update my configuration application using the portal somehow.&amp;nbsp; Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1245261#M9231</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2023-01-04T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: .proConfigX Configuration Moved to URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1381263#M11082</link>
      <description>&lt;P&gt;Was this NOT depricated?&amp;nbsp; I still see configurationfolder 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;Also, I am still trying to get away from a registry/local drive to have as my configuration folder.&amp;nbsp; I want users to be able to use my application and have it point to my latest configuration when they aren't on my companies network.&amp;nbsp; I currently put the proconfigx on company drive and users always have the latest.&amp;nbsp; But I would prefer to move to portal or sharepoint location.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 20:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/proconfigx-configuration-moved-to-url/m-p/1381263#M11082</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2024-02-12T20:20:04Z</dc:date>
    </item>
  </channel>
</rss>

