"RJARRRPCGP" <> wrote in message
news:75D24888-E17C-44E6-A8A9-...
> Update.exe extended error code = 0xf200 or Update.exe extended error code =
> 0xf201 in the hotfix logs!
Try a search? First convert your code to decimal...
<cmd_output>
F:\>set /a c =0xf200
61952
</cmd_output>
http://www.microsoft.com/technet/pro.../winupdte.mspx
(Live Search for
61952 update codes site:microsoft.com
)
<quote>
61952 STATUS_MORE_FILES_FOR_DOWNLOAD
61953 STATUS_READY_TO_INSTALL
</quote>
So those both look like information codes to me, e.g. nothing to worry about.
HTH
Robert Aldwinckle
---