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
Update[19/June/18]: Today one of my colleagues faced this very same issue with SQL Server 2017 setup installer as well.
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
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:
You can kill the Windows Installer process as shown below:
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. So we went with solution # 2 i.e. launch the installer as
Setup.exe /SkipInstallerRunCheck
and it worked. While running from PowerShell console the command looks like.\Setup.exe /SkipInstallerRunCheck