"chuter" <> wrote in message
news:969FC8FE-CBA7-4B0C-9A44-...
> 1.141: KB927802 installation did not complete.
> 1.141: Update.exe extended error code = 0xf201
Try a search? Unfortunately the code given here is usually referenced
by its decimal equivalent.
http://www.microsoft.com/technet/pro.../winupdte.mspx
(Live Search for
61953 update codes site:microsoft.com
)
<quote>
61953
STATUS_READY_TO_INSTALL
</quote>
Seems to be a loop.
If the update has a /verbose command line option you could try using that
to get more information about the reason for this loop. Alternatively run
ProcMon to supplement the information in the log with all the registry and
file accesses that the update is doing. Hint: this will also capture the writes
to the log which represent each line in the log so that trace can actually be
used to interleave the those supplemental trace items with the associated
log records.
Good luck
Robert Aldwinckle
---