i writing c# application.and there i,m using sqlite database store data handled in application.now want write installer install application in computer.there want create database file automatically in installation process , update connection string also.
i create setup file using visual studio 2005.but couldn't create database.and want know how copy existing database file given folder in installation process.
thank you.
in visual studio can create "setup" project application , in project can add sqlite file copied rest of files
here link of how create setup project link
Comments
Post a Comment