<?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 Fixing Python Installation Error 0x80070659 on Windows Server 2022 in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/fixing-python-installation-error-0x80070659-on-windows-server/m-p/7256752#M21695</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Struggling to install Python on Windows? You’re not alone.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you’ve run into the &lt;STRONG&gt;0x80070659 error&lt;/STRONG&gt; while installing Python it usually means the Windows Installer is being blocked by a system policy. This can happen because of Group Policy restrictions, registry settings, or security configurations that prevent software installations.&lt;/P&gt;&lt;P&gt;Python is everywhere these days — powering automation, AI and ML projects, DevOps workflows, and data pipelines. This error can completely stop your setup and prevent you from running any of your accelerator or automation solutions. Getting past this installer block is essential to set up Python smoothly and keep your workflows running without interruptions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Python installation failed with error code 0x80070659 — blocked by Windows Installer policy." style="width: 976px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/152284i2AE41FCD3FCAF600/image-size/large?v=v2&amp;amp;px=2000" role="button" title="python_error_code.png" alt="Python installation failed with error code 0x80070659 — blocked by Windows Installer policy." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Python installation failed with error code 0x80070659 — blocked by Windows Installer policy.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Root Cause&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The error happens when the registry key controlling MSI installations restricts or disables installer execution. This prevents the Python MSI installer from running successfully.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Step-by-Step Resolution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Re-register the Windows Installer&lt;/STRONG&gt;&lt;BR /&gt;This refreshes the Windows Installer service and resolves corruption issues. Run these commands in an elevated Command Prompt (Run as Administrator):&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;msiexec /unregister
msiexec /regserver&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Restart your system after running the commands.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;2. Modify the Registry Policy&lt;/STRONG&gt;&lt;BR /&gt;Ensure MSI installations are not disabled in the registry:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Press &lt;STRONG&gt;Win + R&lt;/STRONG&gt;, type regedit, and press &lt;STRONG&gt;Enter&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Navigate to:&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Locate or create a &lt;STRONG&gt;DWORD (32-bit)&lt;/STRONG&gt; value named DisableMSI.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Set its value to &lt;STRONG&gt;0&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Restart your PC.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After these steps, the Python installer should run without any policy-related blocks. Re-registering the Windows Installer and updating the registry value resolved the error completely.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 05:04:26 GMT</pubDate>
    <dc:creator>yashwanth_k</dc:creator>
    <dc:date>2025-10-09T05:04:26Z</dc:date>
    <item>
      <title>Fixing Python Installation Error 0x80070659 on Windows Server 2022</title>
      <link>https://community.hpe.com/t5/servers-general/fixing-python-installation-error-0x80070659-on-windows-server/m-p/7256752#M21695</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Struggling to install Python on Windows? You’re not alone.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you’ve run into the &lt;STRONG&gt;0x80070659 error&lt;/STRONG&gt; while installing Python it usually means the Windows Installer is being blocked by a system policy. This can happen because of Group Policy restrictions, registry settings, or security configurations that prevent software installations.&lt;/P&gt;&lt;P&gt;Python is everywhere these days — powering automation, AI and ML projects, DevOps workflows, and data pipelines. This error can completely stop your setup and prevent you from running any of your accelerator or automation solutions. Getting past this installer block is essential to set up Python smoothly and keep your workflows running without interruptions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Python installation failed with error code 0x80070659 — blocked by Windows Installer policy." style="width: 976px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/152284i2AE41FCD3FCAF600/image-size/large?v=v2&amp;amp;px=2000" role="button" title="python_error_code.png" alt="Python installation failed with error code 0x80070659 — blocked by Windows Installer policy." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Python installation failed with error code 0x80070659 — blocked by Windows Installer policy.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Root Cause&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The error happens when the registry key controlling MSI installations restricts or disables installer execution. This prevents the Python MSI installer from running successfully.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Step-by-Step Resolution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Re-register the Windows Installer&lt;/STRONG&gt;&lt;BR /&gt;This refreshes the Windows Installer service and resolves corruption issues. Run these commands in an elevated Command Prompt (Run as Administrator):&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;msiexec /unregister
msiexec /regserver&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Restart your system after running the commands.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;2. Modify the Registry Policy&lt;/STRONG&gt;&lt;BR /&gt;Ensure MSI installations are not disabled in the registry:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Press &lt;STRONG&gt;Win + R&lt;/STRONG&gt;, type regedit, and press &lt;STRONG&gt;Enter&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Navigate to:&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Locate or create a &lt;STRONG&gt;DWORD (32-bit)&lt;/STRONG&gt; value named DisableMSI.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Set its value to &lt;STRONG&gt;0&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Restart your PC.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After these steps, the Python installer should run without any policy-related blocks. Re-registering the Windows Installer and updating the registry value resolved the error completely.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 05:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/fixing-python-installation-error-0x80070659-on-windows-server/m-p/7256752#M21695</guid>
      <dc:creator>yashwanth_k</dc:creator>
      <dc:date>2025-10-09T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing Python Installation Error 0x80070659 on Windows Server 2022</title>
      <link>https://community.hpe.com/t5/servers-general/fixing-python-installation-error-0x80070659-on-windows-server/m-p/7256753#M21696</link>
      <description>&lt;P&gt;very useful article on fixing Python installation error&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 09:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/fixing-python-installation-error-0x80070659-on-windows-server/m-p/7256753#M21696</guid>
      <dc:creator>pearlwilson</dc:creator>
      <dc:date>2025-10-08T09:29:36Z</dc:date>
    </item>
  </channel>
</rss>

