Possible Duplicate:
.NET windows application, can it be compressed into a single .exe?
To run my App I need AxInterop.WMPLib.dll
and Interop.WMPLib.dll
that are located in Debug and Release folder. Is there any way to include those dlls into exe so my app is available in one file only?
Yes, it is possible to merge . NET executables with libraries. There are multiple tools available to get the job done: ILMerge is a utility that can be used to merge multiple .
EXE is an extension used for executable files while DLL is the extension for a dynamic link library. 2.An EXE file can be run independently while a DLL is used by other applications. 3. A DLL file can be reused by other applications while an EXE cannot.
As long as your DLLs are .NET assemblies, then ILMerge should be able to combine your exe and all of its dependencies into a single file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With