public void makeXMLData(AutomatedInstallData installData, IXMLElement panelRoot) {
   IXMLElement locations = new XMLElementImpl(LOCATIONS_NODE_NAME, panelRoot);
   locations.setContent(installData.getVariable(Unpacker.INSTALL_RT_LOCATIONS_VAR));
   panelRoot.addChild(locations);
 }