i have one window application developed in .net framework 4.0 and Sql server 2008 R2. I want to create set up for the same.
Is there any way possible that the set up can install SQL server too on the machine for those user who don't have sql server on the machine?
Thanks in advance...
Add Sql server you prerequisites tools or create bootstrap installer for doing this.
These includes some configuration files settings or some other stuff.. Check more about this on MSDN
Embedding SQL Server 2008 Express in an Application
Embedding SQL Server Express into Custom Applications
Check this link also