0
My program needs Sqllocaldb.msi to run. I already downloaded this file and put it on the CD that I will distribute the program. The question is:
Is there any way to make my setup.exe run this Sqllocaldb.msi right after you finish installing my program? So the client does not need to open the cd files and run 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 install this?