S
S
skim17762011-08-10 20:19:48
JavaScript
skim1776, 2011-08-10 20:19:48

WPF embed library into executable?

The WPF project has a dependency on an external library. How can I sew it into an executable so that only it can be used, without a library.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
VenomBlood, 2011-08-10
@VenomBlood

IlMerge?

K
kk86, 2011-08-11
@kk86

It is possible without ILMerge. For example. In general, the topic has been ridden. There are more than two options.

A
Alexander Vishnyakov, 2013-11-19
@asvishnyakov

ILMerge, Embedded Resources... You are perverts, gentlemen. Why not just make a normal installer?

V
Vadim Matkarimov, 2016-09-28
@SuccessVM

Had a similar challenge to embed all .dlls into one common file. I used different methods from commercial developments like SmartAssembly or The Enigma Protector to manual embedding of the library into the final .exe file.
Quite by chance I met Fody , in an instant I abandoned everything in favor of this library, just install via Nuget and everything works out of the box.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question