clarify minimum version error in batch installer

This commit is contained in:
zeffy
2017-08-22 17:12:53 -07:00
parent c3039d8f3f
commit 4cef0e968e

View File

@@ -124,6 +124,9 @@ if errorlevel 1 (
echo. echo.
echo ERROR - Detected that wuaueng.dll is below the minimum supported version. echo ERROR - Detected that wuaueng.dll is below the minimum supported version.
echo. echo.
echo You must first run Windows Update until the "Unsupported Hardware" window
echo pops up, then try again.
echo.
goto :die goto :die
) )
echo Detected supported Windows Update agent version: %Version% echo Detected supported Windows Update agent version: %Version%