How can I make exe .net projects
Tanks:confused:
Printable View
How can I make exe .net projects
Tanks:confused:
as you run your project within the IDE , you are creating an exe in the bin folder where you saved your project .
FYI, If you want to create a installer for your program,
open Visual Sudio .NET
at the start page, create a new project
at the Projet Types panel, select Setup and Deployment Projects
at the Templates panel select the type of the installer
then, save the project
you can add in any file you want to include with the installer
you can also configure the screen of the installation