Avatar of McCoin
McCoin

asked on 

Deploy SQL Express on client machine

I need to include the automatic installation of sql server express 2005 within the setup project of my windows appliction using visual studio 2005.
Additionally I need the database and it's schema to be built on the clients machine at install time.

There is no server involved, just an MSI that the client will use to install the application.

What is the best approach for this.

Thanks
C#

Avatar of undefined
Last Comment
McCoin

8/22/2022 - Mon