public void beforeShow() {
String StringInstall = ResourceManager.getString("String_Install");
getSetupFrame().setButtonText(StringInstall, getSetupFrame().BUTTON_NEXT);
ProductDescription productData = SetupDataProvider.getProductDescription();
PackageDescription packageData = SetupDataProvider.getPackageDescription();
// Dumper.dumpPackageSettings(packageData);
htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText);
htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText);