public void runAutomated(AutomatedInstallData idata, IXMLElement panelRoot)
     throws InstallerException {
   IXMLElement locations = panelRoot.getFirstChildNamed(LOCATIONS_NODE_NAME);
   if (locations != null && locations.getContent() != null) {
     idata.setVariable(Unpacker.INSTALL_RT_LOCATIONS_VAR, locations.getContent());
   }
 }