props.put("component", componentString);
props.put("host.type", hostTypeString);
VariableSubstitutor vs = new VariableSubstitutor(props);
if (JOptionPane.NO_OPTION == JOptionPane.showOptionDialog(this, vs.substituteMultiple(getLabel("warning.comp.selected.but.no.host"), null),
getLabel("installer.warning"), JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE, null,
new Object[]{getLabel("installer.yes"), getLabel("installer.no")}, getLabel("installer.no"))) {
checkMode = false;
disableControls(false);