"tom" <> wrote in message
news:3EFB71EA-4612-4CF7-989E-...
> Well I don't care where I get SP2 from, microsoft is fine but does anyone
> know how to solve this 0x800736CC error?
Try a search? Apparently it is a rarely seen code...
So try converting the lower half of that code to decimal
and searching with that:
http://msdn.microsoft.com/library/de...000-15999_.asp
(MSN search for
14028 error codes site:microsoft.com
)
<quote>
ERROR_SXS_FILE_HASH_MISMATCH 14028
A component's file does not match the verification information
present in the component manifest.
</quote>
This suggests that you have some file corruption
but with no other details, e.g. which file, what version
or where it is located it would be anybody's guess
what to do next.
Try looking for more context for your code in the log.
Also, if this is the last code reported by a specific transaction
but not the first it is quite common that the first is more significant.
Another approach would be to rerun the install while using
FileMon and RegMon (from SysInternals)
to supplement the information given by the log. Etc.
Good luck
Robert
---