prince21
Posts: 1
Joined: Mon Aug 08, 2022 1:13 pm

SQL Script & Installation

Step1 : Enable .net framework packages

Step2 : if( Exist(SQL Express 2019) { run Script (Window Authentication) ) }
Else { install SQL Express 2019 and run Script (window Authentication) }

Step 3 : configure IIS => Deploy Code

Actually i perform point 1 & 3 ..

mainly unbale to do point no. 2 >>>
please help me for point number 2 only
Liviu
Posts: 1047
Joined: Tue Jul 13, 2021 11:29 am
Contact: Website

Re: SQL Script & Installation

Hello and welcome to our forums,

In order to achieve this, you can add your SQL Express 2019 as a pre-install prerequisite in the Prerequisites page. You can condition its installation on the "Install Conditions" tab.

We already have the predefined "SQL Server Express 2019" prerequisite. If this version is not present on the target machine, then it will be installed before your main package.
sql.png
sql.png (72.42 KiB) Viewed 809 times

From the "SQL Databases" page you can add your desired scripts.

Hope this helps! If you have any other questions, please don’t hesitate to contact us.

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

Return to “Common Problems”