Join Dlls and Exes into one Exe?

  • Thread starter Thread starter bob_jeffcoat
  • Start date Start date
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,
 
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

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

Back
Top