Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / SQL Server / MS SQL Server Setup Stucks on Install/Uninstall

January 9, 2023 Questions and AnswersSQL Server

MS SQL Server Setup Stucks on Install/Uninstall

When installing a new SQL Server instance (or updating/removing it), you may find that the installation process freezes when reaching the Install_SQLSupport_CPU64_Action step:

Install_sql_common_core_Cpu64_Action : Write_NativeImage_64. : Generating native images

SQL Server Setup hangs at Install_sql_common_core_Cpu64_Action

The problem may occur when installing/uninstalling/updating Microsoft SQL Server 2019, 2017, 2014, or 2012, as well as SQL Server Management Studio

To fix the error, go to the SQL Server distribution directory (SQLServerMedia\<YOUR_SQL_ENU>\1033_ENU_LP\x64\Setup) and run SQLSUPPORT.msi.

The next step is to kill the Windows Installer (msiserver) process. Open a command prompt as an administrator and run the following command:

taskkill /F /FI "SERVICES eq msiserver"

kill windows installer process

See How to kill a not responding service process on Windows.

Once you’ve done that, the SQL Server installation shall proceed as usual.

The bug usually occurs when another program or process is currently using some Windows Installer service handlers and prevents you from continuing to install another package. It may cause the SQL Server installation to crash.

You might want your SQL Server installer to skip checking Windows Installer handlers. To do this, you need to run it with the /SkipInstallerRunCheck parameter:

Setup.exe /SkipInstallerRunCheck

0 comment
0
Facebook Twitter Google + Pinterest
previous post
Fix: The Requested Certificate Template is Not Supported by This CA
next post
Adding Trusted Root Certificates on Linux

Related Reading

How to Install and Configure Ansible on Linux

August 27, 2023

Computer Doesn’t Turn Off After Shutting Down Windows...

August 26, 2023

How to Completely Remove/Uninstall a Driver in Windows

August 14, 2023

How to Find Driver for Unknown Device in...

August 8, 2023

How to Reset a Local Administrator Password on...

July 5, 2023

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023
  • How to Use Ansible to Manage Windows Machines

    September 25, 2023
  • Installing Language Pack in Windows 10/11 with PowerShell

    September 15, 2023
  • Configure Email Forwarding for Mailbox on Exchange Server/Microsoft 365

    September 14, 2023
  • How to View and Change BIOS (UEFI) Settings with PowerShell

    September 13, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • 0x80244010 Exceeded Max Server Round Trips: Windows Update Error
  • How to Disable or Uninstall Internet Explorer (IE) in Windows
  • Printer Settings Could Not Be Saved, Operation Not Supported
  • How to Force Remove a Printer That Won’t Uninstall on Windows
  • Group Policy Management in Active Directory
  • How to Install and Configure Ansible on Linux
  • Find Out Which Process is Listening on a Specific Port on Windows
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top