On Tue Jun 10 16:32:20 2025 +0000, Piotr Caban wrote:
I think it's better to only add version resources to msvcp140_2 and vcruntime140_1 (I'm assuming these are the only ones needed by the app). Version resources are preventing native dlls from being installed (if builtin version is higher).
Yes, those two DLLs are the only ones needed by the effected apps. I've updated the MR with just those.