如何在InstallShield中安装期间安装Sql server 2008

时间:2022-06-21 22:42:53

I suppose i can check if some sql server is installed, then i want to install one if no one present. How this can be done? Prerequisites are not an option because the user can choose installation type were sql server is not required. Thanks.

我想我可以检查是否安装了一些sql server,然后我想安装一个,如果没有人在场。怎么做到这一点?先决条件不是一个选项,因为用户可以选择安装类型,不需要sql server。谢谢。

1 个解决方案

#1


1  

You can include sql server installer exe in your project and you can use LaunchAppAndWait and initiate the exe along with the required parameters.

您可以在项目中包含sql server installer exe,并且可以使用LaunchAppAndWait并启动exe以及所需的参数。

#1


1  

You can include sql server installer exe in your project and you can use LaunchAppAndWait and initiate the exe along with the required parameters.

您可以在项目中包含sql server installer exe,并且可以使用LaunchAppAndWait并启动exe以及所需的参数。