I have created a WPF application that I want to deploy to a client PC via a Setup.
Now I need a way to create the database and tables, etc... on the client without any user interaction.
I dont want the user to separately install any sql server , what is the best possible choice in the given scenario.