<?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: Pro SDK Configuration - Checking for Updates Blocked in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603773#M26782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/3979"&gt;ArcGIS Pro SDK&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2019 14:43:39 GMT</pubDate>
    <dc:creator>KoryKramer</dc:creator>
    <dc:date>2019-06-28T14:43:39Z</dc:date>
    <item>
      <title>Pro SDK Configuration - Checking for Updates Blocked</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603772#M26781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed the other day on the About page, software updates section, a message says 'Checking for Updates is Blocked'. We were on Pro 2.3 and we all noticed it, and then upgraded to 2.4 yesterday and we all still have that message. Here's the kicker, we are using a configuration I made, and when I open the regular ArcGISPro.exe I don't get that updates blocked message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the configuration I created, I only made a custom splash screen, the About and Startup page overrides are commented out. So I don't see how this could be causing this message. I checked my registry and CheckForUpdatesOnStartup = 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this built-in behavior of configurations to block update checking.. or a bug.. or am I missing something obvious in the code?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603772#M26781</guid>
      <dc:creator>DylanHarwell</dc:creator>
      <dc:date>2019-06-28T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pro SDK Configuration - Checking for Updates Blocked</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603773#M26782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/3979"&gt;ArcGIS Pro SDK&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603773#M26782</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-06-28T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pro SDK Configuration - Checking for Updates Blocked</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603774#M26783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan,&lt;/P&gt;&lt;P&gt;You need to change&amp;nbsp;attribute&amp;nbsp;checkForUpdatesAtStartup value to true in config.daml file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&lt;SPAN&gt;Configuration&lt;/SPAN&gt; &lt;SPAN&gt;blockCustomizeDialog&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;false&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN&gt;blockPerfMeter&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;true&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN&gt;checkForUpdatesAtStartup&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;true&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;SPAN&gt;ConfigurationManager&lt;/SPAN&gt; &lt;SPAN&gt;className&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;ConfigurationManager1&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/&lt;SPAN&gt;Configuration&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default it is false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Configurations"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Configurations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked in my configuration project and it works. Maybe you need to set other two attributes from my code. I have just copied all attributes to my config.daml&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2019 08:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-sdk-configuration-checking-for-updates-blocked/m-p/603774#M26783</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2019-07-01T08:17:50Z</dc:date>
    </item>
  </channel>
</rss>

