I've made a simple application using windows forms that uses SqlLocalDb 2012, I want to create an installation file using InstallShield that should check wether SqlLocalDb 2012 is installed or not, if not I want to silent-install it to the client machine.
I couldn't figure out the way to check and include the SqlLocalDb msi(es) to my installation project.
It's the first time I use InstallShield and I couldn't find any tutorial that would guide through the process. Any suggestions?
Thank you in advance.