I created one window form application in visual studio 2019. Now I can't find any solution regarding how to create installer for that window form application.
To build your program and create teh executable file choose Build My Project.exe from the Build menu - "My Project" represents teh name you chose for your project and the extension ".exe" is used to designate that the file being created will be an executable file.
Using Visual Studio Installer (look @Hans Passant comment for the download).
I will make a simple tutorial:
1 - Right click on Solution of your project > Add > New Project > Write on SearchBar "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.
Good points:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With