Dear all,
I have completed an application and I'm about to deploy it into an exe file, but now I'm facing the following issues/questions:
- I would like to create an exe file which will install also the db locally to the machine where the application will run (and possibly without installing sql server separately);
- I have developed the solution connecting to three db, so in other words using three different connection strings within the same application. Unfortunately all the guides I'm reading to deploy the solution are considering just a single db connection from the application. Should I have to change my solution?

I have to admit that I'm completely ignorance on this - it's the first time that I'm trying to produce an exe file - so any kind of link, suggestion, guide that can help me in this is more than welcome.

Thanks,
A.