Page 1 of 1

Time stamp while installing updates

PostPosted: 07.04.2017, 12:32
by negg
Hi ive noticed that it does a time stamp in the log file when installing updates but can this also be displayed in the console when its installing handy to know just incase an update has failed and taking a while to sort its self out.

Re: Time stamp while installing updates

PostPosted: 07.04.2017, 22:08
by aker
Pretty small change:
Open .\client\cmd\InstallListedUpdates.cmd and search fo this line:
Code: Select all
echo Installing update %%i of %LINES_COUNT% ^(stage size: %UPDATES_PER_STAGE%^)...

(should be lines 33 & 41)
and replace with
Code: Select all
echo %DATE% %TIME% - Installing update %%i of %LINES_COUNT% ^(stage size: %UPDATES_PER_STAGE%^)...

Re: Time stamp while installing updates

PostPosted: 09.04.2017, 17:54
by negg
Can this b added to trunk not bothered about date just time.

Re: Time stamp while installing updates

PostPosted: 11.04.2017, 00:07
by aker
@WSUSUpdateAdmin
I'd love to see this, too.

Re: Time stamp while installing updates

PostPosted: 05.05.2017, 14:46
by WSUSUpdateAdmin
Aye, will do so. :)

Re: Time stamp while installing updates

PostPosted: 05.05.2017, 21:47
by aker
Thumbs up