From 7140cb40a7ac63e53386edb4a8cc41083ba0a65e Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 17 Oct 2016 11:19:50 +0200 Subject: [PATCH] Changed: Relaunch installed Ryzom Installer if exists --- code/ryzom/tools/client/ryzom_installer/src/configfile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp index 86c99278c..bbd399b97 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp @@ -979,8 +979,8 @@ OperationStep CConfigFile::getInstallNextStep() const // current installer older, launch the more recent installer case -1: return LaunchInstalledInstaller; - // continue only if 0 - default: break; + // continue only if 0 and launched Installer is the installed one + default: if (getInstallerCurrentDirPath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller; } // no default profile