Share via

Cannot install sql server 2022 developer or express on samsung galaxy.

Larry Van 0 Reputation points
2025-11-17T21:37:53.13+00:00

Here is the error msg from summary.txt log:

Detailed results:

Feature: Database Engine Services

Status: Failed

Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.

Next Step: Use the following information to resolve the error, and then try the setup process again.

Component name: SQL Server Database Engine Services Shared Features

Component error code: 1722

Component log file: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20251115_154417\sql_engine_core_shared_Cpu64_1.log

Error description: There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.

I cannot attach the sql_engine_core_shared_Cpu64_1.log file because it is more than 3MBs allowed. And it has all the error codes.

Please help as I am stuck programming anything until sqlserver is installed.

SQL Server Database Engine

Answer recommended by moderator

Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
2025-11-18T21:08:49.0333333+00:00

Some people have been able to get LocalDB running. Else Docker or Virtual machines may be options - but I don't know. I stay away from ARM myself. I'm converting my comment to an answer, in case you want to accept it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2025-11-17T23:31:51.4566667+00:00

    What hardware do you have? It is an ARM processor, it is a lost battle, since SQL Server does not run on ARM.

    Did you make repeated attempts to install SQL Server, or did you get this error on first attempt?

    You could try zipping the file, and then rename the zip file to lure for forum software. Although, that file is usually not that excessively big.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-11-17T21:38:10.78+00:00

    The error you are encountering during the installation of SQL Server 2022 Developer or Express indicates that there is a problem with a dependency of the Database Engine Services feature. The error code 1722 suggests that a program run as part of the setup did not finish as expected, which is often related to issues with the Windows Installer package.

    Here are some steps you can take to troubleshoot and resolve the issue:

    1. Check the log file: Since you mentioned the sql_engine_core_shared_Cpu64_1.log file contains error codes, review it for any specific error messages that can provide more insight into what went wrong.
    2. Re-download the installation package: Sometimes, the installation package may be corrupted. Download the SQL Server installation image again from the official Microsoft website and try the installation process once more.
    3. Run the installer as an administrator: Right-click on the setup file and select "Run as administrator" to ensure that you have the necessary permissions.
    4. Check for Windows Updates: Ensure that your Windows operating system is up to date, as missing updates can sometimes cause installation issues.
    5. Repair the Windows Installer: If the Windows Installer service is malfunctioning, it may need to be repaired. You can do this by running the command msiexec /unregister followed by msiexec /regserver in the Command Prompt with administrative privileges.
    6. Use the SQL Server Installation Center: If the above steps do not resolve the issue, you can use the SQL Server Installation Center to check for any prerequisites that may not be met.

    If the problem persists, consider reaching out to Microsoft support or checking their documentation for more specific troubleshooting steps related to error code 1722.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.