}
if (foundLauncherInstallationDirectory) {
final boolean update = updater.showUpdateDialog(null);
if (update) {
if (saveDownloadedFiles) {
selfUpdaterStarted = updater.update(downloadDirectory, tempDirectory);
} else {
selfUpdaterStarted = updater.update(tempDirectory, tempDirectory);
}
}
}