SQL Server 2014 安装卡住(挂起)或需要很长时间才能完成

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

我正在尝试安装 SQL Server 2014,但它在同一位置 (Install_VCRuntime_Cpu32_Action) 停留了几个小时。我已经第三次尝试安装了,所以我不知道还能做什么。

SQL Server 2014 安装

我在 SQL express 2014 上遇到了同样的问题。当我去检查时确实有一个 Windows 安装程序 运行。我终止了那个进程 & SQL 继续安装就好了。

在这里找到这个: https://community.spiceworks.com/topic/483582-ms-sql-2014-install-freezing

我在我同事的一个 windows 10 box 中也发现了同样的问题,其中 SQL Server 2014 Enterprise 安装程序也是如此。如 this MS 连接错误中所述,您可以尝试以下任一选项:

  1. 正如 KevinMS 在评论选项卡中提到的:

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

您可以终止 Windows 安装程序进程,如下所示:

  1. 正如 Jonathan Dyke 在解决方法选项卡中提到的:

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.

对于在 SQL Server 2014 设置中遇到此问题的我的同事,上面的解决方案 # 1 有效。

关于 SQL Server 2017:我的同事在 SQL Server 2017 上也遇到了完全相同的问题。我们没有在他的机器上的进程选项卡中看到 "Windows Installer" 应用程序。所以我们采用了解决方案 # 2,即以 Setup.exe /SkipInstallerRunCheck 启动安装程序,它对他有效。虽然从 PowerShell 控制台 运行 命令看起来像 .\Setup.exe /SkipInstallerRunCheck.