Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have created a project in Visual Studio and i want to create an exe of the project.How to create an .exe of the project in Visual Studio 2010?
Posted

Note: If you go into the Bin folder of the project, there will be folders that contains executables for the project. The Debug folder has some extra stuff for debugging. You can just double click on the application there, and it will run. Just have to copy contents of folder to where you want to run it. If you want an install, then you have to do some more work. If you have a very simple project, may only need to copy the exe, and that is it.
 
Share this answer
 
v2
Assuming the project is an "Application" and not a class library or other type that does not generate an exe file, you just click Build.
 
Share this answer
 
What you have to do is go to build-->publish. you will be asked be asked to few simple things and the location where you want to store your application, browse the location where you want to put it.

I hope this is what you are looking for.
 
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