Hello,

I have some .NET modules that I am installing with my application. The documentation for the .NET
controls I am using say that I need to distribute GDIPLUS.DLL, MSVCP71.DLL, and MSVCR71.DLL. Where
should they go? I have searched a couple of machines, one XP, one Vista, and have found them in
several places. I would have thought the System32 folder, but that does not seem to work when I
mark them "never replace", they don't always install even when not in the System32 folder. Should
I just put them in the same folder as my other executables and not worry about other instances?

Thanks,

Tony