"Small Potato" <> wrote in message
news:#...
> Dear all,
>
> I found that KB969897 could not install on my Vista SP1 + IE8 using
> Windows
> Update. It returns error code 80073712.
>
> I tried manually downloading the MSP package from Microsoft Downloads, but
> it fails to install as well.
>
> I also tried running "sfc /scannow" as instructed in KB931712
> (http://support.microsoft.com/default.aspx/kb/931712) but the problem
> persists.
>
> I've read dak's thread, but it seems not applicable to my case.
>
> Here are the details:
>
> OS: Windows Vista SP1 Traditional Chinese (Hong Kong) with IE8
> Error Code: 80073712
>
> Attached please find part of the WindowsUpdate.log that contains the error
> log.
>
> Any help would be appreciated.
>
> Thank you very much.
>
I had the exact same error.
Did SFC say it could not fix some of the components?
Delete C:\Windows\Logs\CBS\CBS.log ( a persistant copy is stored in
CBS.persist.log)
And run SFC again, it will generate a new CBS.log.
findstr /c:verify "c:\windows\cbs\cbs.log"
You might get an output that looks something like this...
2009-05-28 15:29:18, Info CSI 00000020 [SR] Cannot
verify component files for 47d652ab5793a577a5646cdc3ca7f4
8214, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope =
1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}
neutral, PublicKey neutral, manifest may be damaged (FALSE)
2009-05-28 15:29:39, Info CSI 00000049 [SR] Cannot
verify component files for f2eff7c739b1b3ff76131886093b70
6819, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope =
1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}
neutral, PublicKey neutral, manifest may be damaged (FALSE)
2009-05-28 15:32:50, Info CSI 000001b8 [SR] Cannot
verify component files for Microsoft-Windows-OESpamfilter
..18214, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope
= 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e3
me neutral, PublicKey neutral, manifest may be damaged (TRUE)
2009-05-28 15:35:17, Info CSI 00000228 [SR] Cannot
verify component files for 47d652ab5793a577a5646cdc3ca7f4
8214, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope =
1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}
neutral, PublicKey neutral, manifest may be damaged (FALSE)
2009-05-28 15:35:17, Info CSI 00000229 [SR] Cannot
verify component files for f2eff7c739b1b3ff76131886093b70
6819, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope =
1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}
neutral, PublicKey neutral, manifest may be damaged (FALSE)
2009-05-28 15:35:17, Info CSI 0000022a [SR] Cannot
verify component files for Microsoft-Windows-OESpamfilter
..18214, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope
= 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e3
me neutral, PublicKey neutral, manifest may be damaged (TRUE)
If you can post the output from findstr, that would help.