-1

I have a C# Winforms application using a SQL Server database. I want to create a setup with that database. I'd like to install only SqlLocalDb.msi on the client machine.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38

1 Answers1

0

You will need to at least install MS Sql Server Express, and choose the features you want during installation. You can select Local DB from the list of features. (I'm assuming you have just tried to install a minimal .msi to remedy your situation) Try this link for Express Edition: sql-server-downloads