"Eric Young" <> wrote in message news:0A3E4F09-DE03-4ABD-A797-...
>3 products repeatedly have failed to install after download during automatic
> update process:
> Microsoft SQL Server 2005 Express Edition SP3 (KB955706) - Error Code:
> 0x8007066F
> Microsoft Office 2003 (KB949074) - Error Code: 0x8007066F
> Microsoft Silverlight (KB960353) - Error Code: 0x64C
What is the context of those codes, including the decimal equivalent
of their last half, in any diagnostics the install attempts create?
Try a search?
http://social.technet.microsoft.com/...-e7106139b7eb/
(BING search for
(0x8007066F) (SQL OR OFFICE) (MSFT OR MVP)
- unfortunately including (0x8007066F OR 1647) leads to too much noise
)
BTW are you sure you have the right code associated with each product?
<cmd_output OS="XPsp3">
E:\>set /a c = 0x64C
1612
E:\>net helpmsg %c%
The installation source for this product is not available. Verify that the source exists and that you can access it.
</cmd_output>
E.g. you can find common suggestions for that code for Office products
especially but I would be surprised to see it associated with Silverlight.
; )
Good luck
Robert Aldwinckle
---