From 7c8e0cd1852e376f5c07abf960ab0e8b97652790 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 15 Oct 2016 10:22:50 +0200 Subject: [PATCH] Fixed: Also copy DLLs compatible with Ryzom Installer --- code/ryzom/client/windows/upgd_nl.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/ryzom/client/windows/upgd_nl.bat b/code/ryzom/client/windows/upgd_nl.bat index e0b64a5cf..ad19c2497 100644 --- a/code/ryzom/client/windows/upgd_nl.bat +++ b/code/ryzom/client/windows/upgd_nl.bat @@ -30,6 +30,10 @@ if exist %ROOTPATH%\msvcr100_win64.dll ( if exist %ROOTPATH%\..\ryzom_installer_qt_r.exe ( if exist %ROOTPATH%\..\ryzom_installer_qt_r.exe del %ROOTPATH%\..\ryzom_installer_qt_r.exe copy /Y %ROOTPATH%\ryzom_installer_qt_r.exe %ROOTPATH%\.. + if exist %ROOTPATH%\..\msvcp100.dll del %ROOTPATH%\..\msvcp100.dll + copy /Y %ROOTPATH%\msvcp100.dll %ROOTPATH%\.. + if exist %ROOTPATH%\..\msvcr100.dll del %ROOTPATH%\..\msvcr100.dll + copy /Y %ROOTPATH%\msvcr100.dll %ROOTPATH%\.. ) :end