|
|
|
@ -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
|
|
|
|
|