How to install MUI files into GAC?
Posted
by Filip
on Stack Overflow
See other posts from Stack Overflow
or by Filip
Published on 2010-04-21T18:31:14Z
Indexed on
2010/04/21
18:33 UTC
Read the original article
Hit count: 310
I am writing a C++/CLI assembly that uses some native DLLs. During compile I can list them as "assembly link resource" so that the assembly is aware of these dependencies. When I use gacutils, it properly pulls all the native DLLs into GAC and they get properly loaded from GAC.
Now, some of these native DLLs are localized, and have MUI files. How do I get those to be automatically copied to GAC as well?
© Stack Overflow or respective owner