I have developed a small application using visual studio 2010 and access as database. I want to deploy this application through setup, so i created a setup of project using setup and deployment in visual studio. Now the problem is when i install this application on target computer, database file also gets installed in program_files folder making the database file readyonly . I want the setup to copy database file to some other folder. Please suggest.
↧