SQL Server 2019 Developer Edition Unable to Install

Rakesh Kumar 21 Reputation points
2020-09-28T02:08:25.643+00:00

I had an old version of SQL Server on my laptop which I uninstalled. Now I am trying to install SQL Server 2019 Developer edition but I getting error:

"Error Code(Decimal): 2068052293 Error Description: Please install the Visual C++2017 Redistributable from https://aka.ms/vs/15/releaset..exe before running this installer."

As per suggestion given in ErrorCode, I also installed Visual C++ 2017 Redistributable from the suggested path but still same error is there.28581-0.png

Environment: HP/Pavilion/Windows 10 Pro/4g/500HDD/Corei5

PS: Attaching screenshot for reference

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,756 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,806 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,456 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,245 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,554 questions
0 comments No comments
{count} votes

Accepted answer
  1. m 4,271 Reputation points
    2020-09-28T04:17:06.537+00:00

    Hi @Rakesh Kumar

    Quote reply from this case: sql-server-2019-developer-edition-unable-to-install-sql-server-setup-exe

    Is, VC++ 2017 is successfully installed? If yes, its worth doing a restart. Sometimes certain dll's should be registered in Windows environment, which will happen after a restart. Start SQL Server 2019 again after restarting.

    Ensure both SQL Server 2019 and VC++ 2017 are installed with same user login. Hopefully you should be local admin for the login.

    More information: install-sql-server-developer-edition-on-windows-server

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. m 4,271 Reputation points
    2020-09-28T07:33:49.517+00:00

    Hi @Rakesh Kumar

    Please reference this blog : sql-server-installation-error-installshareddir-parameter-is-not-valid-because-this-directory-is-compressed-or-is-in-a-compressed-directory and follow the solution to test firstly and then if the issue still exists, update here.

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

  2. Rakesh Kumar 21 Reputation points
    2020-09-28T05:43:47.137+00:00

    Earlier I was installing on Basic type, but as suggested in your answer when I choose for Custom type another error is coming.28440-screenshot-2020-09-28-111302.png

    0 comments No comments

  3. Rakesh Kumar 21 Reputation points
    2020-09-28T08:02:38.007+00:00

    Thank you, Now it is showing another type of error please:28589-3.png

    0 comments No comments

  4. m 4,271 Reputation points
    2020-09-29T01:45:55.487+00:00

    Hi @Rakesh Kumar ,

    Do you run it as Administrator? Or you can add your current account into Administrator Group and then try again.
    Similar issue: cant-install-microsoft-sql-server-because-of-vssaccesscontrol

    More information: sql-server-vss-writer-backup-guide

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments