Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
my question is how can we create a exe file for Windows form application?
Posted
Updated 1-Aug-11 1:24am
v2

make setup of windows application
CP articles helps you to create exe.
 
Share this answer
 
v2
Hi,

You can find .exe in bin folder of debug/release folder of your application.
And Uma reference is help you to build setup file for your windows application.
 
Share this answer
 
You actually cannot run any .NET code without making some executable file(s), usually EXE and one or more DLLs. The names and usage if executable file can actually be different. You specify where to put the compiled executable files and how to name it. See your project properties, the tabs "Application" and "Build" for more detail.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900