My program needs SqlLocalDB.msi to run. I downloaded this file and put it on the CD that I'm going to distribute the program. The question is:
Is there any way to make my setup.exe run this SqlLocalDB.msi right after I finish installing my program? So the client does not need to open the cd files and run the localDB.
I read about a command line that makes silent Install
msiexec /i SqlLocalDB.msi /qn IACCEPTSQLLOCALDBLICENSETERMS=YES
Where do you type this? How do I make this silent install?