exports.installing = function(name) {
  if (undefined !== barItems.installing) {
    barItems.installing.text = name;
  }
  return this;