C# and SQL Express : Embedded SQL Server Express with custom application
by toy
Well, with my “Trinop” project that is built with C# .NET and SQL Server Express edition. However, the diffcult part is that when I deploy the application to end-user, the installation is very hard, becuase the use has to install SQL Server first and the install my program. At least, it’s hard for some people. So, the problem can be solved by installing SQL Server in silence mode. Therefore, the installation will be done by just one click.
This is the example I have found.
http://msdn.microsoft.com/en-us/library/bb264562.aspx
Twitter
Facebook