cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
usman88597
Level 2

SQL Server installation issue while installing Winforms Application Setup

I embedded SQL Server setup in Winforms InstallShield Limited edition in Custom Actions. SQL Server setup runs while installing my Winforms Application. But SQL Server gets halted while installing Here ( Install_msoledbsql_Cpu64_Action ).

Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Check if you are including SQL Server as a Feature Prerequisite - I believe the SQL installation actually stops the windows installer engine when it is installed which causes issues when using feature prerequisites.

Instead add it as a Setup Prerequisite as this will force the SQL install before the MSI starts.

https://support.microsoft.com/en-gb/help/2820068/can-t-install-sql-server-by-using-installshield-or-bootstrapping-appli

0 Kudos