<?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: /Config Switch to Reference Network Share Location in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860918#M4739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Uma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what i wanted.&amp;nbsp; Along with the ArcGIS Pro Install on the client machines, i will add the following to a batch command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;reg add "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings" /v "ConfigurationFolder" /t REG_SZ /d "&lt;SPAN style="background-color: #ffffff;"&gt;X:\Pro\Install\&lt;/SPAN&gt;" /f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;This works and now my shortcut command first looks to&amp;nbsp;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;X:\Pro\Install\&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;for the latest configuration.&amp;nbsp; I am also going to clear out the&amp;nbsp;C:\Users\Public\Documents\ArcGIS\ArcGISPro\Configurations folder and&amp;nbsp;%LOCALAPPDATA%\ESRI\ArcGISPro\AssemblyCache in this batch file as well.&amp;nbsp; That way my configuration will be the only one loaded.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;For debugging in visual studio, I had to clear this registry value when I wanted to debug my configuration&amp;nbsp;program in visual studio, otherwise it went to my share folder and loaded that configuration instead of my debug one.&amp;nbsp; Here is that command i put in a script too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings /v ConfigurationFolder /f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2017 17:14:38 GMT</pubDate>
    <dc:creator>MKa</dc:creator>
    <dc:date>2017-10-17T17:14:38Z</dc:date>
    <item>
      <title>/Config Switch to Reference Network Share Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860916#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a Configuration project that i want to deploy to a common network location that all of my worldwide users can access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say all users have a mapped directory X:\Pro\Install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within that Install directory i have the file Pro.proConfigX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a desktop shortcut on their individual computers that reference the latest config on the network share.&amp;nbsp; i don't want the user to have to install the config to get the latest version and put it in their know good folder.&amp;nbsp; I don't want the user to have to run the install on the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Instead of this&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe" /config:Pro.proConfigX&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe" /config:&lt;SPAN style="color: #ff0000;"&gt;X:\Pro\Install\Pro.proConfigX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all possible combinations of the /config switch and can't get it to work.&amp;nbsp; I have tried quotes, double backslashes, etc.&amp;nbsp; Nothing seems to work.&amp;nbsp; It appears the user has to install the .proConfigX everytime there is an update.&amp;nbsp; I am not able to reference a known location for a configuration like I am an addin.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860916#M4737</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2017-10-16T18:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: /Config Switch to Reference Network Share Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860917#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can specify additional well known folder from where ArcGISPro.exe will probe for and load a proConfigX file. Refer to the&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#configurations-loading-scheme"&gt;Configurations Loading scheme topic&lt;/A&gt; for information on the &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ArcGIS-Pro-Registry-Keys#configurationfolder"&gt;ConfigurationsFolder&lt;/A&gt; registry key that can be used for this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you set the registry key specified in this topic on the client computers, you can place your configuration in the network share and the shortcut below will launch your configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;"C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe" /config:Pro.proConfigX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Uma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 21:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860917#M4738</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2017-10-16T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: /Config Switch to Reference Network Share Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860918#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Uma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what i wanted.&amp;nbsp; Along with the ArcGIS Pro Install on the client machines, i will add the following to a batch command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;reg add "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings" /v "ConfigurationFolder" /t REG_SZ /d "&lt;SPAN style="background-color: #ffffff;"&gt;X:\Pro\Install\&lt;/SPAN&gt;" /f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;This works and now my shortcut command first looks to&amp;nbsp;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;X:\Pro\Install\&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;for the latest configuration.&amp;nbsp; I am also going to clear out the&amp;nbsp;C:\Users\Public\Documents\ArcGIS\ArcGISPro\Configurations folder and&amp;nbsp;%LOCALAPPDATA%\ESRI\ArcGISPro\AssemblyCache in this batch file as well.&amp;nbsp; That way my configuration will be the only one loaded.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;For debugging in visual studio, I had to clear this registry value when I wanted to debug my configuration&amp;nbsp;program in visual studio, otherwise it went to my share folder and loaded that configuration instead of my debug one.&amp;nbsp; Here is that command i put in a script too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings /v ConfigurationFolder /f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 17:14:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/config-switch-to-reference-network-share-location/m-p/860918#M4739</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2017-10-17T17:14:38Z</dc:date>
    </item>
  </channel>
</rss>

