Is it possible to create an installer that includes ms sql express?
I currently install ms sql express via setting the setup project's pre-requisites. It outputs 2 files, an msi and a setup.exe. The setup.exe will detect is SQL express is installed and install it. It works great. But now I have to distribute 2 files...
I'd like to combine everything inside the .msi. is that possible?