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.
Asked
Active
Viewed 125 times
1 Answers
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.

anand
- 618
- 1
- 9
- 26