How can I publish my winform application with installing and configuring SQL Express?

This is my first publication of my application. I am using Visual Studio 2015 and it does not have a configuration project. Maybe my installation was not complete? Is there a norm in publishing Winform applications? Or I need to create a form for the installation wizard. In addition, my installation should enable and configure SQL Express, for example, attach my empty mdfs, assigning sa login, etc.

Any recommendations?

+1
source share
1 answer

I think you can use ClickOnce posting.

"" " ", SQL Express . , AttachDbFileName .

LocalDB LocalDB. , LocalDb ClickOnce, .

+1

Source: https://habr.com/ru/post/1610317/


All Articles