Changed: Relaunch installed Ryzom Installer if exists

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-17 11:19:50 +02:00
parent d1e078aea5
commit ab1fb50ab5

View file

@ -979,8 +979,8 @@ OperationStep CConfigFile::getInstallNextStep() const
// current installer older, launch the more recent installer // current installer older, launch the more recent installer
case -1: return LaunchInstalledInstaller; case -1: return LaunchInstalledInstaller;
// continue only if 0 // continue only if 0 and launched Installer is the installed one
default: break; default: if (getInstallerCurrentDirPath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller;
} }
// no default profile // no default profile