0

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.

Alexander Gorelik
  • 3,985
  • 6
  • 37
  • 53

1 Answers1

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