if (installCmd != null) {
installCmd.setFirstLogMessage("Message was " + e.getMessage());
}
} finally {
if (installCmd != null) {
log = installCmd.generateLog(msgs);
}
//Unset the special variables
variables.remove(VAR_FIRST_TASK);
variables.remove(VAR_LAST_TASK);
variables.remove(VAR_ALL_ADMIN_HOSTS);