<?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 ArcGIS Desktop 10.8 will not recognize Microsoft Redistributables already installed on my PC in ArcGIS Desktop Installation Support Questions</title>
    <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/arcgis-desktop-10-8-will-not-recognize-microsoft/m-p/772934#M431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unable to install ArcGIS Desktop 10.8 on a PC.&lt;/P&gt;&lt;P&gt;Always get the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/510775_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;My system has the most current versions (14.26) installed for both x86 &amp;amp; x64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done everything I can think of to no avail:&lt;/P&gt;&lt;P&gt;-repair files&lt;/P&gt;&lt;P&gt;-uninstall &amp;amp; install files&lt;/P&gt;&lt;P&gt;-windows repair (sfc)&lt;/P&gt;&lt;P&gt;-uninstall all previous versions&lt;/P&gt;&lt;P&gt;-deregistered &amp;amp; reregistered the files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All previous versions of ArcGIS have been removed from the computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows registry shows that the most recent version (14.26) is installed on my PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are greatly appreciated.&amp;nbsp; Can I trick ArcGIS during the install into thinking that the correct files are present (when they in actuality are)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2020 15:38:44 GMT</pubDate>
    <dc:creator>JMAssoc</dc:creator>
    <dc:date>2020-10-12T15:38:44Z</dc:date>
    <item>
      <title>ArcGIS Desktop 10.8 will not recognize Microsoft Redistributables already installed on my PC</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/arcgis-desktop-10-8-will-not-recognize-microsoft/m-p/772934#M431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unable to install ArcGIS Desktop 10.8 on a PC.&lt;/P&gt;&lt;P&gt;Always get the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/510775_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;My system has the most current versions (14.26) installed for both x86 &amp;amp; x64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done everything I can think of to no avail:&lt;/P&gt;&lt;P&gt;-repair files&lt;/P&gt;&lt;P&gt;-uninstall &amp;amp; install files&lt;/P&gt;&lt;P&gt;-windows repair (sfc)&lt;/P&gt;&lt;P&gt;-uninstall all previous versions&lt;/P&gt;&lt;P&gt;-deregistered &amp;amp; reregistered the files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All previous versions of ArcGIS have been removed from the computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows registry shows that the most recent version (14.26) is installed on my PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are greatly appreciated.&amp;nbsp; Can I trick ArcGIS during the install into thinking that the correct files are present (when they in actuality are)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2020 15:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/arcgis-desktop-10-8-will-not-recognize-microsoft/m-p/772934#M431</guid>
      <dc:creator>JMAssoc</dc:creator>
      <dc:date>2020-10-12T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Desktop 10.8 will not recognize Microsoft Redistributables already installed on my PC</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/arcgis-desktop-10-8-will-not-recognize-microsoft/m-p/1660887#M3843</link>
      <description>&lt;P&gt;After 4 hours of research I have solved this issue with ChatGPT help.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;BR /&gt;ArcGIS 10.8 requires older MSI-based Visual C++ runtimes (2013 and 2015–2019).&lt;BR /&gt;Most modern systems have only the 2022 runtimes installed.&lt;BR /&gt;This version mismatch causes setup errors like return value 0 or 1603.&lt;/P&gt;&lt;P&gt;Step 1: Check Installed Visual C++ Versions&lt;/P&gt;&lt;P&gt;Open PowerShell as Administrator.&lt;/P&gt;&lt;P&gt;Run the command:&lt;/P&gt;&lt;P&gt;winget list "Microsoft Visual C++"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This will list all installed VC runtimes, even if you already removed some via Control Panel.&lt;BR /&gt;Example output:&lt;/P&gt;&lt;P&gt;Name Version Source&lt;BR /&gt;Microsoft Visual C++ 2013 x64 Redistributable 12.0.30501.0 winget&lt;BR /&gt;Microsoft Visual C++ 2015–2019 x64 Redistributable 14.22.27821.0 winget&lt;BR /&gt;Microsoft Visual C++ 2022 x64 Minimum Runtime 14.44.35211 winget&lt;BR /&gt;Step 2: Uninstall All Remaining VC Runtimes&lt;/P&gt;&lt;P&gt;Share the list from winget with ChatGPT (or manually check which versions are still installed).&lt;/P&gt;&lt;P&gt;Use the following command structure to uninstall any version:&lt;/P&gt;&lt;P&gt;winget uninstall --id &amp;lt;PackageId&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;winget uninstall --id Microsoft.VCRedist.2013.x64&lt;BR /&gt;winget uninstall --id Microsoft.VCRedist.2013.x86&lt;BR /&gt;winget uninstall --id Microsoft.VCRedist.2015+.x64&lt;BR /&gt;winget uninstall --id Microsoft.VCRedist.2015+.x86&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;:warning:&lt;/img&gt; Make sure all 2022 versions are removed if they are interfering with older runtimes.&lt;/P&gt;&lt;P&gt;Step 3: Install Required VC Runtimes&lt;/P&gt;&lt;P&gt;Download and install Microsoft Visual C++ 2013, 2015–2019 redistributables from the official Microsoft site:&lt;/P&gt;&lt;P&gt;2013 x86/x64&lt;/P&gt;&lt;P&gt;2015–2019 x86/x64&lt;/P&gt;&lt;P&gt;Install both Minimum and Additional runtimes if available.&lt;/P&gt;&lt;P&gt;Step 4: Re-run ArcGIS 10.8 Setup&lt;/P&gt;&lt;P&gt;After uninstalling 2022 runtimes and installing required ones, start the ArcGIS 10.8 setup again.&lt;/P&gt;&lt;P&gt;It should now complete without MSI errors.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 04:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/arcgis-desktop-10-8-will-not-recognize-microsoft/m-p/1660887#M3843</guid>
      <dc:creator>ElnurMemmedli</dc:creator>
      <dc:date>2025-10-27T04:13:47Z</dc:date>
    </item>
  </channel>
</rss>

