Proper setup creation for C# app with SQL Server database -


i need advice proper creation setup of c# app.

i have got c# application, created via vs 2010 , entity framework , sql server database. setup i'm using standard vs setup project.

how can include database setup?

should run sql script after end of installation or there other ways?

i have got problems db access when user installs app , want avoid it.

thanks in advance!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -