How to make a .exe file in visual c++ 2010

Jan 20, 2016 at 10:39am
I have a Win32 Console Application program . i want to make .exe of that program . SO how i create a .exe file?
Jan 20, 2016 at 10:44am
Wouldnt an exe file be created automatically as soon as you compile your program? It's suppose to be in your debug file that is also created when you compile.
Jan 20, 2016 at 11:40am
actually i want to install the .exe file in another system. ( so you know in vb.net create a setup file go to the publish in project properties and do something to make a .exe ) like that any way in c++ ?
i don't know whether my question is right or wrong ? please forgive me .
Jan 20, 2016 at 1:15pm
I'm afraid the publish function is only available in C# and VB.NET, but not in C++ and also not in C++ / CLI. You need an external program to create a setup project.
You can try the free Inno Setup.
http://www.jrsoftware.org/isinfo.php
Topic archived. No new replies allowed.