tags:

views:

67

answers:

0

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?