"sklaw" <> wrote in message
news

C859C46-8A0C-497C-955A-
....
> 1.219: [dumpDownloadTask] We have all necessary files for the package to
> install. Return STATUS_READY_TO_INSTALL
> 1.219: dumpDownloadTask returned 0xf201 (ready to install)
> 1.235: VerifyTargetFileSize: Unable to verify size as Source = NULL for file
> c:\winnt\oem15.cat
> 1.500: KB913580 installation did not complete.
> 1.500: Update.exe extended error code = 0xf201
Looks like it's just waiting for you to finish installing it?
How was this done? E.g. perhaps a solution would be to do it
manually under an account with Administrator authority.
Oh. What's oem15.cat? Do you have one?
Do you have the pre-reqs installed for this update? E.g. W2Ksp4
Perhaps that's where you would get it? Unfortunately it is not
referred to in this document:
http://www.microsoft.com/technet/sec.../ms06-018.mspx
Although when you search for just OEM there is this somewhat
cryptic comment:
<extract>
You may also be able to verify the files that this security update
has installed by reviewing the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Wind ows 2000\SP5\KB913580\Filelist
Note This registry key may not contain a complete list of installed files.
Also, this registry key may not be created correctly when an administrator
or an OEM integrates or slipstreams the 913580 security update
into the Windows installation source files.
</extract>
Was your OS or SP4 install ever "slipstreamed"?
BTW I don't have your OS so I have no way of checking these details.
If that doesn't help I think you need more information than the log
is providing. Supposedly the update when installed manually
permits a /verbose switch to be added. You could try that
but so far I have been quite unimpressed with the quality of tracing
that that option provides. What I would do in this case is use
concurrent tracing by RegMon and FileMon (filtering on the update's
program name and applying in both tools the options Clock Time
and Show Milleseconds). Especially when the writes to the log file
are captured by FileMon this allows you to correlate all three logs
at a granularity of milleseconds and that is extremely helpful as
supplemental information for trying to understand what the log
is really telling us.
HTH
Robert Aldwinckle
---