Reputation: 178
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?
Upvotes: 1
Views: 1623
Reputation: 2281
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.
Upvotes: 2