Automatically install access database when creating setup file in c# -


i have created c# application using access database.
have deploy application successfully.
want install access database automatically in other users computer automatically.

i have tried change app.config files connection string , no use..:(
me

you have more specific. did install application using installer? copying , pasting?

maybe these help:

  1. stackoverflow - "how install visual studio 2010 setup project ms access database on computer not having office 2010 installed?"
  2. codeproject - deploy application , database
  3. msdn forums - "how attach sql database file creating .exe setup in c#"

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -