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,
Ignacio Machin ( .NET/ C# MVP ) - 25 Oct 2007 15:36 GMT
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 :)

Signature
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
> 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,
Peter Bromberg [C# MVP] - 25 Oct 2007 19:49 GMT
Yes, it's called "ILMerge". You should nave no difficulty finding it.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> 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,