How to create setup file with sql 2012 database in c#
Hi,
I want to know how to create setup(.exe file) file for my project with sql server 2012 database. I am doing C# windows application project using visual studio 2012. I know to create setup file with out database. It runs success but if i install this setup to another system it require sql 2012 server software and database. But I want to run my setup to every system without sql server and visual studio softwares...
If it possible please help me....
Thanks in advance....