installCommand = "HbPmInst.install." + installMethod;
}
application.setLastHbPmInstalledMethod(getHost().getDistString("HbPmInst.install.text." + installMethod));
application.setLastInstalledClusterStack(Application.HEARTBEAT_NAME);
getHost().execCommandInBash(new ExecCommandConfig()
.commandString(installCommand)
.progressBar(getProgressBar())
.execCallback(new ExecCallback() {
@Override
public void done(final String answer) {