This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- To create an Installer which installs SQL Server without Internet connection
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mar 12, 2022
12:47 AM
To create an Installer which installs SQL Server without Internet connection
Hello,
Could any one guide me through the steps to create an Installer using InstallShield-2021 which will install 'SQL Server Express 2019' on a target machine WITHOUT Internet Connection.
Thanks and Regards
Aslam
(1) Reply
Mar 14, 2022
03:58 AM
You can download the SQL 2019 Express binary (SQLEXPR_x64_ENU.exe) from the redistributables view in your Installshield project. (Installshield 2020 and higher)
You can then include this as a prerequisite in your installer so the user does not need to download it from Microsoft.
APPLICATION DATA > Redistributables > Select check box for "Microsoft SQL Server 2019 Express(x64)" > Right click and select "Download selected Item"
Be aware that due to its size, this will add an extra 260Mb to your installation.