From 4cef0e968eb75debee8f08f9ea47d83fc241cc3f Mon Sep 17 00:00:00 2001 From: zeffy Date: Tue, 22 Aug 2017 17:12:53 -0700 Subject: [PATCH] clarify minimum version error in batch installer --- setup-batch/install_wufuc.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-batch/install_wufuc.bat b/setup-batch/install_wufuc.bat index f96e5fd..0d9babd 100644 --- a/setup-batch/install_wufuc.bat +++ b/setup-batch/install_wufuc.bat @@ -124,6 +124,9 @@ if errorlevel 1 ( echo. echo ERROR - Detected that wuaueng.dll is below the minimum supported version. echo. + echo You must first run Windows Update until the "Unsupported Hardware" window + echo pops up, then try again. + echo. goto :die ) echo Detected supported Windows Update agent version: %Version%