QMessageBox::warning(0,QString(tr("*.sys file not found")),tr("The *.sys files must be in the same location as the *.inf file. %1 cannot be found").arg(foundSysFiles.join(", ")));
QMessageBox::critical(0,QString(tr("sys file reference not found")).arg(infFile.fileName()),tr("The sys file for the given driver cannot be determined after parsing the inf file"));