I want to create a setup in my program (windows forms), I already could make a setup in my program (windows forms), but once I run, the program did not recognized, because my program is connected to the database. How do I create setup along with the database file inside the setup? So, when the setup is finished installing, the database which is saved in the certain folder, will be automatically placed in the target machine along with the application.
So, the application could used by user, because my application is connected to the database, without database, the application became useless.
But, how do I do that?
And when the application already published, and let's say I want to update the application (because I correct some bugs in the program). And when user open the program, it will ask to update to latest version. How do I also do that?
Could you guys help me?