Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > XP Office update continually failing with error code 779...Please

Reply
Thread Tools Display Modes

XP Office update continually failing with error code 779...Please

 
 
Firestarter
Guest
Posts: n/a

 
      07-29-2007
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.

Regards
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      07-29-2007
(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>&quot;Error 1913. Could not update the ini file WIN.INI&quot;
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
---


 
Reply With Quote
 
Eric A.
Guest
Posts: n/a

 
      07-30-2007
Hi

If you are having an issue with an Office XP patch, please follow the steps
below so we can find out exactly why it is failing.

Please manually download the problem patch to your machine.

Extract the contents out of the exe using winzip.
You will have a couple files and at least one .msp file.

For ease of this conversation let's pretend the file is xlconv.msp. (Use
whatever .msp you find.)

Please place the .msp in the root of c:\

Then open a command prompt window and use this command..

msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn

In the example above of course use the name of the .msp that applies to your
situation. I used this just as an example to demonstrate the syntax.

After it fails you will have a log file in the root of c:\ named update.txt.

Please paste the contents on the forum so we can tell you why it failed.

--
Eric Palm
MSFT Office Setup


"Robert Aldwinckle" wrote:

> (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
> ---
>
>
>

 
Reply With Quote
 
Eric A.
Guest
Posts: n/a

 
      07-30-2007
In my previous post I had suggested using the command

msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn

But actually msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qb is better in
this situation.


--
Eric Palm
MSFT Office Setup


"Eric A." wrote:

> Hi
>
> If you are having an issue with an Office XP patch, please follow the steps
> below so we can find out exactly why it is failing.
>
> Please manually download the problem patch to your machine.
>
> Extract the contents out of the exe using winzip.
> You will have a couple files and at least one .msp file.
>
> For ease of this conversation let's pretend the file is xlconv.msp. (Use
> whatever .msp you find.)
>
> Please place the .msp in the root of c:\
>
> Then open a command prompt window and use this command..
>
> msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn
>
> In the example above of course use the name of the .msp that applies to your
> situation. I used this just as an example to demonstrate the syntax.
>
> After it fails you will have a log file in the root of c:\ named update.txt.
>
> Please paste the contents on the forum so we can tell you why it failed.
>
> --
> Eric Palm
> MSFT Office Setup
>
>
> "Robert Aldwinckle" wrote:
>
> > (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
> > ---
> >
> >
> >

 
Reply With Quote
 
Farhad
Guest
Posts: n/a

 
      08-09-2007
I am having this same problem. THis update has tried to install every night for the past month. I tried the command line posted by Eric, but when I hit enter I get an error saying "Error opening installation log file. Verify that the specified log location exists and is available."

Any solutions?

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error code 0x80072efd continually on Windows/Microsoft Update 24butdazed Windows Update 4 06-08-2008 04:33 AM
Windows Installer continually failing. J Bullock Windows Vista Installation 0 03-08-2008 09:53 AM
Windows Update failing with no error code Amin Ahmadi Windows Update 0 11-18-2006 09:57 PM
Why is my Office 2000 update failing? MrBill Windows Update 0 11-09-2006 07:46 PM
Office Update, Error Code=3&Error Ron Windows Update 0 05-28-2004 12:45 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59