I've just finished my project in Visual Basic 2010. I'm using MS Access as my database.
I've saved it in my documents and connected to my project. I didn't copy it to debug.
Now when I create an installer and install it to another computer, an error occurs because it couldn't find my database. Manually copying my database to the other computer solves the problem.
c:\users\users\documents\database.accdb
The problem how could I create an installer including my database? And where should I put my database? Putting my database in the user folder makes it read only.
I use Visual Studio installer, setup project. thanks for your help