SSMS While installing Microsoft SQL Server Management Studio with Azure Data Studio setup failed error code(0x800B0111)

Mohammad Amir 26 Reputation points
2022-12-07T15:34:22.287+00:00

While installing the Microsoft SQL Server Management Studio with Azure Data Studio Getting failed as per below error.

Error:-
Setup Failed

Version 18.12.1

The certificate was explicitly marked as untrusted by the user by the user (0x800B0111). Also attached the screenshot for reference.

Installing on Server 2019 (64-bit) 268229-sql.pngwith admin privilege.

Azure SQL Database
SQL Server Other
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-12-08T11:12:26.897+00:00

    Try to repair corrupted Windows files using SFC tool.

    1 person found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. PandaPan-MSFT 1,931 Reputation points
    2022-12-08T08:54:54.53+00:00
    0 comments No comments

  2. Mohammad Amir 26 Reputation points
    2022-12-08T17:49:52.363+00:00

    Thanks @Alberto Morillo @PandaPan-MSFT for helping for fixed the issue, after using SFC tools URL then run the below 3 command for fixed the windows corrupted file then able to installed the SSMS SQL application successfully.

    Command:=

    1) sfc /scannow
    2) Dism /online /Cleanup-Image /Checkhealth
    3) Dism /online /Cleanup-Image /ScanHealth

    Thanks

    0 comments No comments

  3. Mohammad Amir 26 Reputation points
    2022-12-08T17:50:37.557+00:00

    268650-ssms-sql.png


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.