Google
 
Webnews.only-4-geeks.com
Interesting places
news.only-4-geeks.com Forum Index » Windows Update

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

 
Jump to:  
 
asterio
PostPosted: Thu Sep 18, 2008 11:52 am    Post subject: Security Update for MS Visual Studio 2005 SP1 (KB947738) Rep
       
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
 

 
Robert Aldwinckle
PostPosted: Thu Sep 18, 2008 6:31 pm    Post subject: Re: Security Update for MS Visual Studio 2005 SP1 (KB947738)
       
"asterio" <asterio@discussions.microsoft.com> wrote in message
news:676BD8EC-83F8-4A2C-98AC-3DC833B03C41@microsoft.com...
Quote:
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
---


Quote:

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


 

 
asterio
PostPosted: Fri Sep 19, 2008 9:06 am    Post subject: Re: Security Update for MS Visual Studio 2005 SP1 (KB947738)
       
Thanks for your attention.
Quote:
Is a boot requested? Are you rebooting? Is the copy/rename required then being done?
Yes, Yes, and No.


Quote:
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:

Quote:
"asterio" <asterio@discussions.microsoft.com> wrote in message
news:676BD8EC-83F8-4A2C-98AC-3DC833B03C41@microsoft.com...
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





 

 
Robert Aldwinckle
PostPosted: Fri Sep 19, 2008 12:58 pm    Post subject: Re: Security Update for MS Visual Studio 2005 SP1 (KB947738)
       
"asterio" <asterio@discussions.microsoft.com> wrote in message
news:5E5E0251-A5AD-4059-9EC4-9608811A02D5@microsoft.com...
Quote:
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. ; )


Quote:

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


Quote:


Paulo Asterio

"Robert Aldwinckle" wrote:

"asterio" <asterio@discussions.microsoft.com> wrote in message
news:676BD8EC-83F8-4A2C-98AC-3DC833B03C41@microsoft.com...
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





 

Page 1 of 1 .:.

Google
 
Webnews.only-4-geeks.com

Windows Update | C++ | C | PHP | JavaScript | Photoshop | Programming | Windows 2000 | Python | Windows XP | Object | Flash | Flash - ActionScript | Paint Shop Pro | Excel | PowerPoint | Access | Word | Windows 98 | Internet Explorer 6.0 | CorelDraw12 | Java | XML | asm x86 | Linux Mandrake | Linux RedHat | Outlook |  | news from newsgroups |_ | s

Web Templates

Awesome Website Templates ©

Drogo prowadź - Edyta Gepperd leasing gadżety ekskluzywne Shazza moja miłość - Big Cyc rtv