(cross-post added to Office Update)
"Firestarter" <> wrote in message
news:39BC3CB5-F812-4D46-96AF-...
> An update for XP office has come up on windows update for xp office sp3. I am
> running windows vista Ultimate 64bit.
> The update fails everytime with the same error code 779. I have tried to
> find a solution but cannot seem to get a full answer to fix this.
> Anyone out there had the same problem and resolved it? I would really
> appreciate your help.
Was that 779 (decimal) or 0x0779 (hex)?
Could make a difference:
<cmd_output OS="XPsp2"
F:\>net helpmsg 779
779 is not a valid Windows network message number.
More help is available by typing NET HELPMSG 3871.
F:\>set /a c = 0x779
1913
F:\>net helpmsg %c%
Some data remains to be sent in the request buffer.
</cmd_output>
Hmm...
<title>"Error 1913. Could not update the ini file WIN.INI"
error message when you try to install Office 2000</title>
http://support.microsoft.com/kb/321446
(Live Search of Microsoft for
office 1913
- first hit
)
In any case a code by itself is generally useless.
Its context is what is important. Try finding that code
(or its decimal equivalent) in any of the changed files
that the update process generates?
BTW since the update you are having trouble with is
specifically an Office update you are more likely to find people
who have encountered the problem before or who have installed
that update before, in a newsgroup which specializes in
updates for Office products, especially if the same symptoms occur
when you try to install the update manually, in which case your problem,
whatever it is, would be independent of WU.
HTH
Robert Aldwinckle
---