PC Review


Reply
Thread Tools Rate Thread

Automatic update notification keeps popping up

 
 
Juan T. Llibre
Guest
Posts: n/a
 
      3rd Mar 2006
This morning, I was notified that there was a Windows Defender
definitions update available ( I have Windows Update set for
"download and notify, but don't install until I want to" ).

I gave it the go-ahead to install...and the install completed sucessfully.

A few minutes later the same notification popped up again.
I gave it the go-ahead to install...and the install completed sucessfully.

Almost immediately, the same notification popped up again.
I then cancelled the install and asked not to be notified about this update again.

Running W2K3, SP1...



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================


 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWF0dCBXYWxrZXI=?=
Guest
Posts: n/a
 
      3rd Mar 2006
Well this is a current bug in defender. I am sure it will get fixed soon.
Until then, you have to uninstall the old definitions. To do this:

1. Select "Start Menu"
2. In the Start Menu, select "Run"
3. In the "Open:" field enter the following:

Msiexec /x {A5CC2A09-E9D3-49EC-923D-03874BBD4C2C}

4. Click --> OK button on the Run window
5. When prompted if you want to uninstall, click OK

Now if you update the definitions, all should go smoothly.

Until this bug is fixed, it might be best to create a batch file you can
just execute.

To do this:

1. Select "Start Menu"
2. In the Start Menu, select "Run"
3. In the "Open:" field enter the following:

Notepad

4. Click --> OK button on the Run window
5. Notepad should open and you should see a blank notepad document
6. In the notepad window, enter:

Msiexec /x {A5CC2A09-E9D3-49EC-923D-03874BBD4C2C}

7. Go to File Menu --> Save As
8. In the Save As dialogue that appears do the following:
A) Set the "Save as Type:" to "All Files"
B) Provide a name for your file, mine is "Definitions_Uninstall.bat"
IMPORTANT: notice the ".BAT" You must add that to your file name
C) Click --> Save button on the Save As dialogue

9. Close Notedpad file

Ok, so from now on, if you get that never-ending update issue, just double
click the Batch file you just created.

That should do it.


"Juan T. Llibre" wrote:

> This morning, I was notified that there was a Windows Defender
> definitions update available ( I have Windows Update set for
> "download and notify, but don't install until I want to" ).
>
> I gave it the go-ahead to install...and the install completed sucessfully.
>
> A few minutes later the same notification popped up again.
> I gave it the go-ahead to install...and the install completed sucessfully.
>
> Almost immediately, the same notification popped up again.
> I then cancelled the install and asked not to be notified about this update again.
>
> Running W2K3, SP1...
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
>
>
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      3rd Mar 2006
Thanks, Matt.
I'll give it a shot and post back.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Matt Walker" <(E-Mail Removed)> wrote in message
news:F99D6B09-F5C1-42B3-81D7-(E-Mail Removed)...
> Well this is a current bug in defender. I am sure it will get fixed soon.
> Until then, you have to uninstall the old definitions. To do this:
>
> 1. Select "Start Menu"
> 2. In the Start Menu, select "Run"
> 3. In the "Open:" field enter the following:
>
> Msiexec /x {A5CC2A09-E9D3-49EC-923D-03874BBD4C2C}
>
> 4. Click --> OK button on the Run window
> 5. When prompted if you want to uninstall, click OK
>
> Now if you update the definitions, all should go smoothly.
>
> Until this bug is fixed, it might be best to create a batch file you can
> just execute.
>
> To do this:
>
> 1. Select "Start Menu"
> 2. In the Start Menu, select "Run"
> 3. In the "Open:" field enter the following:
>
> Notepad
>
> 4. Click --> OK button on the Run window
> 5. Notepad should open and you should see a blank notepad document
> 6. In the notepad window, enter:
>
> Msiexec /x {A5CC2A09-E9D3-49EC-923D-03874BBD4C2C}
>
> 7. Go to File Menu --> Save As
> 8. In the Save As dialogue that appears do the following:
> A) Set the "Save as Type:" to "All Files"
> B) Provide a name for your file, mine is "Definitions_Uninstall.bat"
> IMPORTANT: notice the ".BAT" You must add that to your file name
> C) Click --> Save button on the Save As dialogue
>
> 9. Close Notedpad file
>
> Ok, so from now on, if you get that never-ending update issue, just double
> click the Batch file you just created.
>
> That should do it.
>
>
> "Juan T. Llibre" wrote:
>
>> This morning, I was notified that there was a Windows Defender
>> definitions update available ( I have Windows Update set for
>> "download and notify, but don't install until I want to" ).
>>
>> I gave it the go-ahead to install...and the install completed sucessfully.
>>
>> A few minutes later the same notification popped up again.
>> I gave it the go-ahead to install...and the install completed sucessfully.
>>
>> Almost immediately, the same notification popped up again.
>> I then cancelled the install and asked not to be notified about this update again.
>>
>> Running W2K3, SP1...
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en español : http://asp.net.do/foros/
>> ===================================
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Problem with automatic notification of WD Update 1.14.1642.12 =?Utf-8?B?bWVj?= Spyware Announcements 0 4th Aug 2006 05:22 PM
Notification of Automatic Update Jon Adcock Microsoft Windows 2000 Windows Updates 0 3rd May 2004 09:54 PM
Re: Outlook message notification not popping up Chris Skinner Microsoft Outlook Interoperability 0 20th Sep 2003 04:16 PM
microsoft's automatic update notification service pete johnson Windows XP General 3 19th Aug 2003 09:08 PM
I Do Not Get The Automatic Update Notification Minya Windows XP General 1 9th Aug 2003 11:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:19 PM.