Hello everybody!
I'm needing a solution to integrate a database to a VS 2013 App in the final user machine.
Some background information:
I've built an app that has the clients, products, etc of a business, I used SQL Server 2014 Express which I installed manually on target computer, a common user woulnd't be able but since I work there, there really wasn't any problem.
But these months, an idea appeared, and it was to resell that App to other businesses, the problem is that installing SQL Server 2014 (or any version for that matter), is something that a common user will not know, and doesn't need to know, but also, I don't want to go to each business and install it manually.
I'm using InstallAware for building the installer, I need a database that can be added to the setup that InstallAware builds, or at least something easy to install for a common user.
I hope that what I wrote is clear.
Thank you!