Check this stack overflow post, you might have REINSTALLMODE set to overwrite which would force installing over a newer version
https://stackoverflow.com/questions/78655523/visualstudio-2022-crt-mergemodules-overwrites-newer-msvcp140-dll https://learn.microsoft.com/en-us/windows/win32/msi/reinstallmode On Monday 24 June 2024 at 19:21:14 UTC+1 Stefan wrote: > TSVN uses the merge modules to install the c-runtime. That's why you don't > see that in the 'installed apps' screen. > > https://learn.microsoft.com/en-us/cpp/windows/redistributing-visual-cpp-files?view=msvc-170 > which means if newer files are really overwritten then that's a bug in > those msm files from MS. > > However I see that using MSM for distributing the c-runtime is deprecated > now, so we might have to change the installer some time in the future. > (note that msm are deprecated, but still supported so they must work or MS > must fix them). > > Also, there can be multiple versions of the c-runtime be installed, and > programs will automatically use the correct version. > https://en.wikipedia.org/wiki/Side-by-side_assembly > > > > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/63ea1175-7efc-4145-b12a-f870fda67d08n%40googlegroups.com.