Installation Issues with Microsoft SQL Server 2014 and Visual C++ Redistributable, SQL server 2014

Suhail pc 0 Reputation points
2024-10-04T12:36:14.1033333+00:00
  1. SQL Server 2014 Installation:
    • During the installation, I received an error message related to the Windows Installer file: Microsoft.VC80.CRT, version="8.0.50727.42", type="win32", processorArchitecture="x86", publicKeyToken="1fc8b3b9a1e18e3b", processorArchitecture="amd64". The HRESULT code was 0x800736FD.
    • Several features, including “Management Tools - Complete,” “Client Tools Connectivity,” “Client Tools SDK,” “Client Tools Backwards Compatibility,” and “Management Tools - Basic,” were cancelled during the installation process.
  2. Visual C++ 2008 Redistributable Installation:
    • I encountered an Error 1935 during the installation of the assembly Microsoft.VC90.ATL, version="9.0.30729.4148", publicKeyToken="1fc8b3b9a1e18e3b", processorArchitecture="amd64", type="win32". The HRESULT code was 0x80070005, indicating an “Access Denied” issue.
    Steps Taken:
    • I have run the System File Checker (sfc /scannow) and DISM commands (/StartComponentCleanup and /RestoreHealth), which completed successfully without finding any integrity violations.
    • I have tried running the installers as an administrator, disabling antivirus and firewall, performing a clean boot, and installing in Safe Mode.
    • I have also attempted to repair the .NET Framework using the Microsoft .NET Framework Repair Tool.
    Despite these efforts, the issues persist. I would appreciate any assistance or guidance you can provide to resolve these installation problems. Thank you for your help. Best regards, [Muhammed Suhail]
SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2024-10-04T16:19:19.8966667+00:00

    Well written and nicely formatted post, but unfortunately: No usefull informations.

    Please View and Read SQL Server Setup Log Files for more details.

    And keep in mind: MS SQL Server 2014 is 10 years old and out-of-support

    https://learn.microsoft.com/de-de/lifecycle/products/sql-server-2014

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.