Don't flush logs after install

master
Daniel Berteaud 9 years ago
parent c51deff386
commit abea60728e
  1. 2
      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
)

Loading…
Cancel
Save