Share via

The SQL Server 2022 Express installer stops with: Exit code (decimal): -2067346649 Error mentions: “SQL Server Browser configuration for feature ‘SQL_Browser_Redist_SqlBrowser_Cpu32’ … cancelled by user after a previous installation failure”

Yar Muhammad Awaim 0 Reputation points
2026-02-16T01:49:58.82+00:00

The log file is attached here. I have been debugging this issue, and all of my tries to cleanly uninstall corrupted sql server files have been unsuccessful. I need fix quickly.

Summary_Uwaim_20260216_063350.txt

SQL Server Database Engine
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhil Gajavelly 1,570 Reputation points Microsoft External Staff Moderator
    2026-02-16T05:15:27.43+00:00

    Hi @Yar Muhammad Awaim ,

    This isn’t a real “user cancelled” error it’s a broken SQL server browser entry left behind from a previous failed install.

    1. Open command prompt as administrator and run.
    2. sc stop SQLbrowser
    3. sc delete SQLbrowser
    4. Run microsoft’s program install and uninstall troubleshooter and remove anything related to:
      • SQL server 2022
      • SQL server browser
      • SQL server setup support Files
    5. Reboot.
    6. Download a fresh copy of SQL server 2022 express and run setup as administrator.

    That clears the corrupted windows installer entry causing error 0x84C6CB27.

    Thanks,
    Akhil.


Your answer

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