1

I am designing a database using sql server express. Once completed how can I include sql server express and my database into the msi package to automatically install in the client's machine?

1

1 Answer 1

2

You may find life is simpler to go another way - the last time I needed something similar I decided SQLite would do better for me, requiring nothing more than a single DLL to be referenced.

Sign up to request clarification or add additional context in comments.

3 Comments

I've never used SQLite. Is there a SQLite adapter and could it be used with the ADO.net Entity Framework?
Don't know, sorry, I've never tried that. The basic .Net component you're looking for is System.Data.SQLite - sqlite.phxsoftware.com
Lately I've been using SQLCE 4 with the EntityFramework 4.1. Here is a link for deploying SQLCE erikej.blogspot.com/2011/06/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.