Topic: How can i make .exe file of VS2019 with SQL SERVER 2019 that run on any machine ? i already created project that run on my Machine..it's need to install SQLSERVER2019 on client Machine?
How can i make .exe file of VS2019 with SQL SERVER 2019 that run on any machine ? i already created project that run on my Machine..it's need to install SQLSERVER2019 on client Machine?
Author: DIVYA
PARTH
You can follow below points to make .exe file of VS2019 with SQL SERVER 2019 -
1 - Right click on Solution of your project > Add > New Project > Write on Search Bar "Setup" > Setup Project > Next > Create
2 - Application Folder > Add > Project Output > Primary Output
3 - User's Desktop > Create New Shortcut to Primary Output
4 - Rename your Shortcut for the name of your App
5 - User's Program Menu > Create New Shortcut to Primary Output
6 - Rename your Shortcut for the name of your App
7 - Application Folder > Add all the files needed for the operation of the application