I'm developing winform application(.net) which using database at very minor level. Some very basic structure of tables.
I've created windows installer project(.msi,.exe). I know how to put .net framework with this installer, so when user try to install my software and his/her system doesn't have .net framework, that can be install using same msi.
Now my situation is I need to install sql server(express edition) engine to client machine while they install my software. I don't want to install SSMS(sql server management studio-IDE) to client machine.