Join Dlls and Exes into one Exe?

B

bob_jeffcoat

Hello,
Is there a free program out there that joins Dot Net Dlls and an Exe
together into one Exe? I'd rather distribute my program as a single
Exe.



Thanks,
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Maybe there are programs like that, but you can also do something like it,
just add the dlls as embedded resources. then at runtime you can create the
dlls back in the folder of your program.

Of course, you can also create an installer (that is a single .msi file) and
it will unpack all your needed files :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Combine EXE and DLL 1
environment 2
First deployment of .net winforms help needed 1
Creating exe 3
csc or al 3
How to stop updating DLLs? 8
Insert DLLs in EXE 1
Version information from EXEs, DLLs, etc? 3

Top