|
|
@ -673,8 +673,7 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return ExtractBnpClient;
|
|
|
|
return ExtractBnpClient;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
QString clientFile = getInstallationDirectory() + "/" + server.clientDownloadFilename;
|
|
|
|
QString clientFile = getInstallationDirectory() + "/" + server.clientDownloadFilename;
|
|
|
|
|
|
|
|
|
|
|
|
// when file is not finished, it has .part extension
|
|
|
|
// when file is not finished, it has .part extension
|
|
|
@ -686,7 +685,6 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
|
|
|
return ExtractDownloadedClient;
|
|
|
|
return ExtractDownloadedClient;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if installer not found in installation directory, extract it from BNP
|
|
|
|
// if installer not found in installation directory, extract it from BNP
|
|
|
|
if (!QFile::exists(getInstallationDirectory() + "/" + server.installerFilename))
|
|
|
|
if (!QFile::exists(getInstallationDirectory() + "/" + server.installerFilename))
|
|
|
|