Page 1 of 1

Progress during installing updates

PostPosted: 03.05.2018, 17:12
by negg
Hi just a question regarding dism.exe and that its used to install the majority of the updates.

Im aware that it has a progress bar while installing updates. Can this be used with wsus or would it cause to many problems?

Re: Progress during installing updates

PostPosted: 03.05.2018, 17:32
by boco
Code: Select all
Deployment Image Servicing and Management tool
Version: 10.0.15063.0

Mounting image
[===========================75.0%===========               ]


Like this (example)?

Re: Progress during installing updates

PostPosted: 03.05.2018, 19:07
by negg
Yes just like that

Re: Progress during installing updates

PostPosted: 18.05.2018, 15:42
by WSUSUpdateAdmin
Hi.

As I see it ("dism /?"), you can only specify "/Quiet" - or leave it.
Do we really want that?

Regards,
Torsten

Re: Progress during installing updates

PostPosted: 18.05.2018, 23:26
by boco
It could be useful as some updates take an extraordinarily long time. Dotnet updates and Windows 10 CUs are notorious for that behavior. The updates consist of packages which are applied to the live Windows Image with DISM, and each package should advance the DISM progress bar. Note that the progress bar might not prove very useful for atomic operations (e. g. updates that consist of a single package only).

Best introduced as an experimental, optional feature, open for testing.

Re: Progress during installing updates

PostPosted: 19.05.2018, 15:34
by negg
I agree with the larger updates one update for Windows 10 took almost an hour to do with no output saying it was doing something. Also going into task manager did not help with knowing if the update was busy or not. Maybe for the really big updates of a few 100 meg and windows 10 that can be 1 gig plus would be useful or have an option that allows the user to turn it on or off from the update program?

Re: Progress during installing updates

PostPosted: 31.05.2018, 15:51
by WSUSUpdateAdmin
Hi.

:arrow: http://trac.wsusoffline.net/browser/trunk (r968): '- Added /showdismprogress switch to DoUpdate.cmd and InstallOSUpdate.cmd scripts as well as corresponding key to [Messaging] section of UpdateInstaller.ini file (Thanks to "negg" and "boco")'

Looks like this:
Code: Select all
Verifying integrity of ..\w61\glb\windows6.1-kb2552343-x86_99ae24c149e68d6989472
d830313136ea461779f.cab...
hashdeep.exe: Audit passed
Installing ..\w61\glb\windows6.1-kb2552343-x86_99ae24c149e68d6989472d830313136ea
461779f.cab...

Tool zur Abbildverwaltung für die Bereitstellung
Version: 6.1.7600.16385

Abbildversion: 6.1.7601.17514

1 von 1 werden verarbeitet - Paket "Package_for_KB2552343~31bf3856ad364e35~x86~~
6.1.1.0" wird hinzugefügt
[==========================100.0%==========================]
Der Vorgang wurde erfolgreich beendet.

Installation successful. Please reboot your system now and recall Update afterwa
rds.


Ending WSUS Offline Update at 15:31:03,94...

Whoever likes it...

Cheers,
Torsten

Re: Progress during installing updates

PostPosted: 01.06.2018, 00:12
by boco
Shameless self-quote:
Best introduced as an experimental, optional feature, open for testing.


If it doesn't work well, there's always the option to nix it again.

Re: Progress during installing updates

PostPosted: 04.07.2018, 09:41
by negg
Seems to be working well :) very happy tnx