SQL Server 2014 installation stuck (hung up) or taking very long time to finish

為{幸葍}努か 提交于 2019-12-18 19:22:20

问题


I'm trying to install SQL Server 2014 but it stays in the same spot (Install_VCRuntime_Cpu32_Action) for hours. It's already the third time I'm trying to install so I don't know what else to do.

SQL Server 2014 Installation


回答1:


I observed this very same issue in one of my colleague's windows 10 box with SQL Server 2014 Enterprise installer as well. As mentioned in this MS connect bug you can try either of the below mentioned options:

  1. As mentioned by KevinMS in comments tab :

I used task manager and killed the Windows Installer instances, clicked Retry and the installation completed. What a beat down.

You can kill the Windows Installer process as shown below:

  1. As mentioned by Jonathan Dyke in workarounds tab:

It's fixed!

http://support.microsoft.com/kb/2820068

I tested this solution with 2014 express and can confirm that using /SkipInstallerRunCheck works as advertised. The installer no longer goes into an endless loop when it can't shut down msiserver.

For my colleague who was facing this issue with SQL Server 2014 setup, solution # 1 above worked.

Regarding SQL Server 2017 : My colleague faced exactly same issue on SQL Server 2017 also. We didn't see the "Windows Installer" app in processes tab on his machine. So we went with solution # 2 i.e. launch the installer as Setup.exe /SkipInstallerRunCheck and it worked for him. While running from PowerShell console the command looks like .\Setup.exe /SkipInstallerRunCheck.




回答2:


I had this same issue on SQL express 2014. When I went to check there was indeed a Windows Installer running. I killed that process & SQL proceeded to install just fine.

Found this here: https://community.spiceworks.com/topic/483582-ms-sql-2014-install-freezing



来源:https://stackoverflow.com/questions/40352574/sql-server-2014-installation-stuck-hung-up-or-taking-very-long-time-to-finish

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!