How to create complete .exe in WPF .net framework application?

How to create an .exe from ' our own ' Application?

  • I understand that we create an exe from compiler like VB or VC++. but how does one create from his own Application? For example Self Extracting Archive softwares produce .exe as an output. So does Crypters and Binders. How do they do that? Is it something like including compiler libraries in our application? Thanks in Advance.

  • Answer:

    You will need months of programming and years of learning.

Jungle Bee at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

a self extracting archive is actually an application with the compressed version of the other application built into. When it runs it decompresses the new application into a new file of type .exe. It is not like a compiler or using the compiler libraries. Just a decompression of an application that was created by a compiler. LynnTHarrison.com

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.