From abea60728e3578f6e3d481cec575f9c7886e98d5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 26 Feb 2016 13:12:26 +0100 Subject: [PATCH] Don't flush logs after install --- softwares/FWSUpdates/bin/wpkg_feedback.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/FWSUpdates/bin/wpkg_feedback.bat b/softwares/FWSUpdates/bin/wpkg_feedback.bat index dea43d6..f3a0891 100644 --- a/softwares/FWSUpdates/bin/wpkg_feedback.bat +++ b/softwares/FWSUpdates/bin/wpkg_feedback.bat @@ -64,7 +64,7 @@ goto :finish :finish SET /A CHANGES=0 SET LIST= -FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /query:m ^| find /V "productkey" ^| find "ID:"') DO ( +FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /nonotify /quiet:true /query:m /logAppend:true ^| find /V "productkey" ^| find "ID:"') DO ( SET /A CHANGES=!CHANGES!+1 SET LIST=!LIST! %%A )