htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText);
htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText);
InstallationImminent panel = (InstallationImminent)getPanel();
panel.setInfoText(htmlInfoText);
panel.setCaretPosition();
// Update mode
InstallData data = InstallData.getInstance();
if ( data.olderVersionExists() ) {
String dialogTitle = ResourceManager.getString("String_InstallationImminent1_Update");
panel.setTitleText(dialogTitle);
}
}