I just wrote application using sql server 2008 R2 and winforms.
As I can imagine, installator should create localDB file or sth like that and then use this as a database inside my app. Whats more I would like to include initial database file to my msi package.
What is the best way to do it right now ?