nasonex
is trying to learn how to hack
- 141
- Posts
- 15
- Years
- Parañaque City, Metro Manila, Philippines
- Seen Sep 28, 2024
How can you make a .EXE of the program in c#? Or make it an installer?
In visual studio you right click on the solution and click build. There should be an exe in the bin folder.How can you make a .EXE of the program in c#? Or make it an installer?
In visual studio you right click on the solution and click build. There should be an exe in the bin folder.
Just gonna tack on that if you debug your application (Pressing F5 to do a test run), it'll also be in your build folder as well.
Yes it does but in the tests I did, the release builds are generally faster than the debug builds.
So if you plan doing batch processing I wouldn't suggest picking the debug build in that case but usually they fully work.