benjamin.batman
Posts: 2
Joined: Thu Sep 07, 2023 3:58 pm

SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hey,

Every since upgrading to 20.9 or newer, the SQL Server Express Prerequisite freezes during installation. I have noticed this with multiple SQL Server Express prerequisites. If I copy the EXE file from the prerequisites folder and try to run it manually in command line with the same arguments, it installs fine.

Command Line: /qs /IACCEPTSQLSERVERLICENSETERMS /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=SQLEXPRESS /UpdateEnabled=False
Step1.png
Step1.png (34.83 KiB) Viewed 8517 times
Step2.png
Step2.png (21.78 KiB) Viewed 8517 times
Thanks,

Benjamin
Attachments
Test Application.aip
(25.78 KiB) Downloaded 207 times
Liviu
Posts: 1325
Joined: Tue Jul 13, 2021 11:29 am
Contact: Website

Re: SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hello Benjamin,

This is a known issue. Can you please check the [Version 20.9.1] - Issues with the Microsoft Express 2019 pre-requisite installation forum thread discussing the same scenario.

This issue has been fixed on our side, but unfortunately it did not catch our latest release, Advanced Installer 21.0.

I have forwarded the fix to you via email.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Catalin
Posts: 7492
Joined: Wed Jun 13, 2018 7:49 am

Re: SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hello Benjamin,

This has been fixed in version 21.1 of Advanced Installer.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Codename K
Posts: 478
Joined: Fri Jan 29, 2010 3:04 pm

Re: SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hello,

I tried to install SQL Server 2022 Evaluation (Enterprise) as a prerequisite before the main installation. But it gets stuck at the middle. However, if I close the main installer, then it continues the SQL installation. What is the issue here? How to fix this?

Advanced Installer Version is 22.1

Source: viewtopic.php?t=53315

:?:
K
Codename K
Posts: 478
Joined: Fri Jan 29, 2010 3:04 pm

Re: SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hello,

This solution worked for me: viewtopic.php?p=131260#p131260

Adding command line argument

Code: Select all

/SkipInstallerRunCheck
to SQL worked.

:)
K
Liviu
Posts: 1325
Joined: Tue Jul 13, 2021 11:29 am
Contact: Website

Re: SQL Server Express Prerequisite gets stuck installing when the setup is created in 20.9 - 21.0

Hello K,

Thank you for your followup on this.

Good to hear that everything is now working as expected.

Let us know if you have any other questions.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”