Changed: Relaunch installed Ryzom Installer if exists

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent d1e078aea5
commit ab1fb50ab5

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

Loading…
Cancel
Save