Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Security Update for MS Visual Studio 2005 SP1 (KB947738) Repeated

Reply
Thread Tools Display Modes

Security Update for MS Visual Studio 2005 SP1 (KB947738) Repeated

 
 
asterio
Guest
Posts: n/a

 
      09-18-2008
The Automatic Update keep installing the security update (KB948838) repeated
times.

The update history shows a successfull (green) status for each of these
various updates.

How can I avoid this update to be installed again ?

I'm using Windows XP Home Ed. V.2002 SP 2 with Visual Studio 2005 Std
Edition (for C++ development) and other VS 2005 Express Editions also
installed (Web Developer, C#.

Thanks,

Paulo Asterio



 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      09-18-2008
"asterio" <> wrote in message
news:676BD8EC-83F8-4A2C-98AC-...
> The Automatic Update keep installing the security update (KB948838) repeated
> times.
>
> The update history shows a successfull (green) status for each of these
> various updates.
>
> How can I avoid this update to be installed again ?



Is a boot requested? Are you rebooting? Is the copy/rename required then being done?

Another way of analysing it is to look at the modules (or registry values) involved
and see exactly what pieces aren't being updated correctly. E.g. common causes
of such cases are security apps running while the update needs to be done, which are
blocking parts of the update. If the logs are not sufficient for diagnosing an exact
cause you could try supplementing them by running ProcMon.

BTW these are just generic points. I haven't opened up the specific KB article
you are referring to to try to infer any more ideas from it.


Good luck

Robert Aldwinckle
---


>
> I'm using Windows XP Home Ed. V.2002 SP 2 with Visual Studio 2005 Std
> Edition (for C++ development) and other VS 2005 Express Editions also
> installed (Web Developer, C#.
>
> Thanks,
>
> Paulo Asterio
>
>
>



 
Reply With Quote
 
asterio
Guest
Posts: n/a

 
      09-19-2008

Thanks for your attention.
> Is a boot requested? Are you rebooting? Is the copy/rename required then being done?

Yes, Yes, and No.

> Another way of analysing it is to look at the modules (or registry values) involved
> and see exactly what pieces aren't being updated correctly. E.g. common causes
> of such cases are security apps running while the update needs to be done, which are
> blocking parts of the update. If the logs are not sufficient for diagnosing an exact
> cause you could try supplementing them by running ProcMon.

I found some entries related to the update in the registry, but I am not
able to interpret them.


Paulo Asterio

"Robert Aldwinckle" wrote:

> "asterio" <> wrote in message
> news:676BD8EC-83F8-4A2C-98AC-...
> > The Automatic Update keep installing the security update (KB948838) repeated
> > times.
> >
> > The update history shows a successfull (green) status for each of these
> > various updates.
> >
> > How can I avoid this update to be installed again ?

>
>
> Is a boot requested? Are you rebooting? Is the copy/rename required then being done?
>
> Another way of analysing it is to look at the modules (or registry values) involved
> and see exactly what pieces aren't being updated correctly. E.g. common causes
> of such cases are security apps running while the update needs to be done, which are
> blocking parts of the update. If the logs are not sufficient for diagnosing an exact
> cause you could try supplementing them by running ProcMon.
>
> BTW these are just generic points. I haven't opened up the specific KB article
> you are referring to to try to infer any more ideas from it.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
> >
> > I'm using Windows XP Home Ed. V.2002 SP 2 with Visual Studio 2005 Std
> > Edition (for C++ development) and other VS 2005 Express Editions also
> > installed (Web Developer, C#.
> >
> > Thanks,
> >
> > Paulo Asterio
> >
> >
> >

>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      09-19-2008
"asterio" <> wrote in message
news:5E5E0251-A5AD-4059-9EC4-...
> Thanks for your attention.
>> Is a boot requested? Are you rebooting? Is the copy/rename required then being done?

> Yes, Yes, and No.



No? Then that's the cause of the loop. ProcMon has a Log Boot option but I don't know
if it would start early enough or even show what would be blocking that operation.

The registry value name involved of course would be PendingFileRenameOperations.
You should check that and save its value before booting so you understand in more
detail what is happening. E.g. another possibility would be that something is deleting
the temporary files *before* the boot (e.g. during shutdown) which would have the
same effect of preventing the updated modules from being copied successfully.

Another thing which might be worth trying (e.g. in case the copy is being prevented
during the boot) would be to do the boot in safe mode. However, it has never
been clear to me if the right ControlSet would be used then or if the necessary value
would be put in the one which would be used. I have never had to resort to such
measures and thus can't offer any empirical assurance that this would work.
I can't see how it could cause any more harm than your current symptom. ; )


>
>> Another way of analysing it is to look at the modules (or registry values) involved
>> and see exactly what pieces aren't being updated correctly. E.g. common causes
>> of such cases are security apps running while the update needs to be done, which are
>> blocking parts of the update. If the logs are not sufficient for diagnosing an exact
>> cause you could try supplementing them by running ProcMon.


> I found some entries related to the update in the registry, but I am not
> able to interpret them.



PendingFileRenameOperations? <eg>


Good luck

Robert
---


>
>
> Paulo Asterio
>
> "Robert Aldwinckle" wrote:
>
>> "asterio" <> wrote in message
>> news:676BD8EC-83F8-4A2C-98AC-...
>> > The Automatic Update keep installing the security update (KB948838) repeated
>> > times.
>> >
>> > The update history shows a successfull (green) status for each of these
>> > various updates.
>> >
>> > How can I avoid this update to be installed again ?

>>
>>
>> Is a boot requested? Are you rebooting? Is the copy/rename required then being done?
>>
>> Another way of analysing it is to look at the modules (or registry values) involved
>> and see exactly what pieces aren't being updated correctly. E.g. common causes
>> of such cases are security apps running while the update needs to be done, which are
>> blocking parts of the update. If the logs are not sufficient for diagnosing an exact
>> cause you could try supplementing them by running ProcMon.
>>
>> BTW these are just generic points. I haven't opened up the specific KB article
>> you are referring to to try to infer any more ideas from it.
>>
>>
>> Good luck
>>
>> Robert Aldwinckle
>> ---
>>
>>
>> >
>> > I'm using Windows XP Home Ed. V.2002 SP 2 with Visual Studio 2005 Std
>> > Edition (for C++ development) and other VS 2005 Express Editions also
>> > installed (Web Developer, C#.
>> >
>> > Thanks,
>> >
>> > Paulo Asterio
>> >
>> >
>> >

>>
>>
>>



 
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
Security Update for Microsoft Visual Studio 2005 SP1 (KB947738) codeman72 Windows Update 6 01-24-2009 12:42 PM
Security Update for Microsoft Visual Studio 2005 (KB925674) Srinivas Windows Update 2 01-19-2008 10:19 PM
Security Update for Microsoft Visual Studio 2005 (KB937060) Allan Lillebæk Windows Update 3 11-10-2007 10:54 AM
Can not install 'security update for the Microsoft Visual Studio 2005 Service Pack 1' Luke R Windows Update 7 09-21-2007 09:40 PM
Error 0x0643 in Security Update for Microsoft Visual Studio 2005 (KB925674) lone.spiritrider@gmail.com Windows Update 1 12-29-2006 03:19 AM



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