I have a Winforms application (checkers game) which have a local DB (using SQL Server Express) to save the registered players and their scores..
I'm trying to create an installer for this app by this tutorial
Everything is fine, but when I'm trying to add the players I'm getting a SQL error
that says the database wasn't found.. so how can I add the local DB (.mdf
file) to the installer?