Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-06-24 Thread Stefan via TortoiseSVN
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 fr

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-06-25 Thread Jordan Peck via TortoiseSVN
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/reinst

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-06-25 Thread Daniel Sahlberg via TortoiseSVN
It seems to be set to dmus in r28894, see the following thread in -dev: https://groups.google.com/g/tortoisesvn-dev/c/7GQvMbOxyrw/m/UZPZXKSYAwAJ Don't know if omus would be better, it should prevent downgrade the thread indicates that there was a problem with some DLLs that were downgraded betw

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-06-25 Thread Stefan via TortoiseSVN
On Tuesday, June 25, 2024 at 5:35:09 PM UTC+2 daniel.l...@gmail.com wrote: It seems to be set to dmus in r28894, see the following thread in -dev: https://groups.google.com/g/tortoisesvn-dev/c/7GQvMbOxyrw/m/UZPZXKSYAwAJ Don't know if omus would be better, it should prevent downgrade the thread

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-07-01 Thread Jordan Peck via TortoiseSVN
Looking at the docs it looks like the dmus setting will be overwriting newer versions of the runtime, so it would be great if you could set it back to default to avoid that behaviour. Thanks! On Tuesday 25 June 2024 at 19:51:48 UTC+1 Stefan wrote: > On Tuesday, June 25, 2024 at 5:35:09 PM UTC+

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-07-03 Thread Daniel Sahlberg via TortoiseSVN
måndag 1 juli 2024 kl. 12:00:44 UTC+2 skrev jorda...@gmail.com: Looking at the docs it looks like the dmus setting will be overwriting newer versions of the runtime, so it would be great if you could set it back to default to avoid that behaviour. Done in r29700. Thanks! On Tuesday 25 Ju

Re: TortoiseSVN installer blats over currently installed MSVC redistributable

2024-07-12 Thread Markus Neuner via TortoiseSVN
Experiencing the same issue and REINSTALLMODE "dmus" is causing this. Works as expected when it is changed to "omus" with e.g. msiexec /i TortoiseSVN_x64.msi REINSTALL=ALL REINSTALLMODE=omus Daniel Sahlberg schrieb am Mittwoch, 3. Juli 2024 um 20:25:41 UTC+2: > måndag 1 juli 2024 kl. 12:00:44