blah blah blah is here! blah blah » Close

up0down
link

I need to compress my program into a portable EXE file... how do I do that?
I'm using Visual Studio 2005

last answered 2 years ago

1 answers

up0down
link

what do you mean by compress your program to portable exe? if you need the exe file that is compiled, go to the project folder and open the bin folder then open the debug folder and you'll find your exe.

up0down
link

All .NET executables use an extended form of the Portable Executable (or PE) format in any case.
See <a target="_new" href="http://en.wikipedia.org/wiki/Portable_Executable">this article</a> for further details.

This post was imported from csharpfriends, if you have a similiar question please ask it again.

All previous members have been migrated, hope you enjoy the new platform!

Feedback