diff --git a/installer/installbuilder/vcredist.xml b/installer/installbuilder/vcredist.xml index d3f26ef99..0b31081d5 100644 --- a/installer/installbuilder/vcredist.xml +++ b/installer/installbuilder/vcredist.xml @@ -1,6 +1,6 @@ vcruntime - Visual Studio 2015 Redistributables + Visual Studio 2017 Redistributables 0 1 1 @@ -11,38 +11,44 @@ vcredist windows + + HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 + Version + vcruntimeversionx86 + + + HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64 + Version + vcruntimeversionx64 + ${installdir}/vcredist/vcredist_x86.exe /install /quiet /norestart - Installing VC++ 2015 32 Bit Runtime + Installing VC++ 2017 32 Bit Runtime - - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 - does_not_exist - Installed - REG_DWORD - 32 - ${installdir}/vcredist/vcredist_x86.exe + + greater + 14.11.25325.0 + ${vcruntimeversionx86} + ${installdir}/vcredist/vcredist_x64.exe /install /quiet /norestart - Installing VC++ 2015 64 Bit Runtime + Installing VC++ 2017 64 Bit Runtime - - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64 - does_not_exist - Installed - REG_DWORD - 64 - ${installdir}/vcredist/vcredist_x64.exe + + greater + v14.11.25325.0 + ${vcruntimeversionx64} +