> The "notification" worked, I selected the fix, then the ! icon
> disappeared, nothing further happned as far as I can see.
> Later last night I used windowsudate manually and it installed fine.
....
> http://home.comcast.net/~davetest/WindowsUpdate.log
> http://home.comcast.net/~davetest/ReportingEvents.log
Yes. I see what you mean. Your ReportingEvents.log shows
the first instance of 834707 at 2004-10-13 16:32:08-0700
Your WindowsUpdate.log shows that it was first detected
and downloaded at 2004-10-13 09:05:14-0700
Here is what happened after that:
<extract>
2004-10-13 09:05:27-0700 632 528 AU received event of 0
2004-10-13 09:11:18-0700 1032 418 0 updates are ready to be installed at shutdown.
2004-10-13 09:11:19-0700 632 27c Service received logoff notification
2004-10-13 09:11:19-0700 632 528 AU received event of 3
2004-10-13 09:11:24-0700 632 5e8 AU Restart required....
2004-10-13 09:11:24-0700 632 528 AU received event of 1
2004-10-13 09:11:24-0700 632 528 ISusInternal API CClientCallRecorder:

isconnectCall succeeds
2004-10-13 09:11:24-0700 632 528 AU is paused, not initializing any handlers
2004-10-13 09:11:25-0700 632 27c Service received SERVICE_CONTROL_SHUTDOWN control
2004-10-13 09:11:25-0700 632 528 Exiting Service Main
2004-10-13 09:11:25-0700 1800 70c Out of proc datastore is shutting down
2004-10-13 09:11:25-0700 632 528 WUAUENG ServiceMain exits. Exit code is 0x240001
2004-10-13 09:12:08-0700 632 540 Service Main starts
</extract>
Here are the details that I think are significant and interesting:
1. What happened in those 6 minutes between 09:05 and 09:11?
One can imagine that perhaps there might have been a clickable icon
in the SysTray then. It wouldn't install right away because it would be
waiting for you to say Ok. Did you check to see if it was hidden?
(Mine usually is and I frequently forget to check for it. Also the little
beep that it had with V4 may be less reliable with V5.)
2. Which process was 1032 and which process was 1800?
Usually it is wuauclt.exe. Were there two of them?
Which account(s) would they have been using?
3. Then 30 seconds later it is as if a new detection cycle is starting.
Were you doing anything which might have accounted for that?
I suspect that if you had just waited for the next detection cycle
perhaps after the next boot that it might have noticed that it could
offer you something to install and given you a beep then.
(That's even the way that V4 sometimes used to work for me.)
I believe you may also be able to hurry the process by Run...
wuauclt /detectnow
However, I have not experimented with that command myself yet.
In any case I think I would only try it if there was no other wuauclt.exe
already active.
HTH
Robert
---
"davexnet02" <davexnetzerotwo@hooya!.com> wrote in message news:...
> On Thu, 14 Oct 2004 13:50:53 -0400, "Robert Aldwinckle"
> <> wrote:
>
>>> Bottom line, how can I know if this update is actually in progress, or
>>> is installed?
>>
>>Check the logs:
>> %windir%\SoftwareDistribution\ReportingEvents.log
>> %windir%\WindowsUpdates.log
>>
>>Those are just summaries of what was done.
>>You can do even more detailed checking by what changed in that
>>subdirectory and examining those files (e.g. *.cab and .xml)
>>
>>If there is an update in progress you may see wuauclt.exe
>>active in Task Manager's Processes tab. Notice its PID;
>>you will see it referred to in the logs. Also try the command
>>
>> bitsadmin /list
>>
>>(in a command window) for clues.
>>
>>
>>Good luck
>>
>>Robert Aldwinckle
>>---
> I experienced the same problem as the original poster when
> I attempted to install 834707.
> My automatic options are also set to "notify but don't
> automatically download"
> The "notification" worked, I selected the fix, then the ! icon
> disappeared, nothing further happned as far as I can see.
> Later last night I used windowsudate manually and it installed fine.
> I looked in the logs, but I was unable to determine anything
> definitive. Perhaps I'm not familiar enough with them:
> http://home.comcast.net/~davetest/WindowsUpdate.log
> http://home.comcast.net/~davetest/ReportingEvents.log
> Dave
>