}
if (canInstall) {
File tmp = me.getKey();
installedComponents.add(tmp);
try {
Descriptor root = DescriptorFactory.buildDescriptor(tmp);
installationService.install(tmp, null, root, true);
} catch (Exception e) {
String errStr = "Failed to update Component: " + tmp.getName();
LOG.error(errStr, e);
}