<?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 Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1484910#M39665</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Does anybody have any information around why there is now multiple files per install of ArcGIS Enterprise Components at 11.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our Anti-Virus software often flags components where it is attempting to run files with "dual extensions" and block the execution of the files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently planning the upgrade to 11.3 and have seen that these now have the dual extensions for all the components, is there a reason for these changes from the old method?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 00:58:36 GMT</pubDate>
    <dc:creator>MavisBrzezinski</dc:creator>
    <dc:date>2024-06-05T00:58:36Z</dc:date>
    <item>
      <title>Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1484910#M39665</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Does anybody have any information around why there is now multiple files per install of ArcGIS Enterprise Components at 11.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our Anti-Virus software often flags components where it is attempting to run files with "dual extensions" and block the execution of the files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently planning the upgrade to 11.3 and have seen that these now have the dual extensions for all the components, is there a reason for these changes from the old method?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 00:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1484910#M39665</guid>
      <dc:creator>MavisBrzezinski</dc:creator>
      <dc:date>2024-06-05T00:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1485185#M39670</link>
      <description>&lt;P&gt;Here is the information in the documentation:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/get-started/latest/windows/what-s-new-in-arcgis-enterprise.htm#ESRI_SECTION1_267E8D2893B143AC99C577B7E0E924E0" target="_blank"&gt;https://enterprise.arcgis.com/en/get-started/latest/windows/what-s-new-in-arcgis-enterprise.htm#ESRI_SECTION1_267E8D2893B143AC99C577B7E0E924E0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Portal install doc:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/install/windows/installing-portal-for-arcgis.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/install/windows/installing-portal-for-arcgis.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As I understand it, this will help with the overall install / upgrade process.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 10:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1485185#M39670</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2024-06-05T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1485683#M39684</link>
      <description>&lt;P&gt;I am prepping for 11.3 install this weekend. As I understand the Note: section of the install documentation the .exe.001 file only needs to be in the same directory as the .exe setup extraction file so that the the .exe file can complete the extraction.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can tell, the .exe.001 file simply contains the install files, cabs, etc.&amp;nbsp;&amp;nbsp;Once setup.exe et al are in place we are good to go.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 21:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1485683#M39684</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-06-05T21:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1486215#M39687</link>
      <description>&lt;P&gt;The change was forced because of a Windows system limitation that prevents Portable Executable (PE) files, which include self-extracting ZIP archives, from being larger than 4 GB.&amp;nbsp; When the contents of a self-extracting ZIP archive get larger than 4 GB, a sidecar file has to be used.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://stackoverflow.com/questions/6976693/what-is-the-maximum-size-of-a-pe-file-on-64-bit-windows" target="_blank"&gt;64 bit - what is the maximum size of a PE file on 64-bit Windows? - Stack Overflow &lt;/A&gt;for a bit of discussion on the topic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 14:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1486215#M39687</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-06-06T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there now multiple files per install of ArcGIS Enterprise Components at 11.3?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1486928#M39701</link>
      <description>&lt;P&gt;you are correct.&amp;nbsp; Put them together, and run the smaller file. It does everything.&amp;nbsp; Ultimately you end up with unpacked files the same as 11.2 and prior.&amp;nbsp; Nice and easy.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 03:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-there-now-multiple-files-per-install-of/m-p/1486928#M39701</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2024-06-07T03:28:59Z</dc:date>
    </item>
  </channel>
</rss>

