There was a screwup with the update where some folks received a Spanish
version of IE7. They servers were shut down, caches cleared, etc.
That's why it was offered up again. Happened on all of my systems, too.
It should not be offered again unless ... see above
> Clients which are currently displaying a Spanish error dialog, or are
> rechecking for this update package, can be stopped from doing so via the
> following steps:
> If the update was approved for a scheduled installation:
> 1. Stop the AU service.
> 2. Kill the following processes -
> a. Iesetup.exe
> b. Ie7-WindowsXP-x86-esn.exe
> 3. Start the AU service after you have synchronized the WSUS server to
> expire the IE7 update.
> 4. Run the command wuauclt.exe /detectnow. We have to do this to
> reset the IE 7 status on the client. In my test, it offered the IE7 update
> again, so it did not check back with the WSUS server where it had been
> changed to detect only status.
> .
> If it is a manual kick off with the AU icon from systray, then clicking okay
> to the error message, clears the IE setup executables, so we can just do the
> following -
> 1. Stop the AU service
> 2. Start the AU service after you have synchronized the WSUS server to
> expire the IE7 update.
> 3. Run the command wuauclt.exe /detectnow. We have to do this to
> reset the IE 7 status on the client. In my test, it offered the IE7 update
> again, so it did not check back with the WSUS server where it had been
> changed to detect only status.
>
> If other updates were installed at the same time, a reboot will be required
> to finish off the updates that did install for both scenarios above.
>
> Attached is a sample batch file Before running a similar batch file you will
> have had to either synchronize to ensure the update is expired , or have had
> changed the update approval to Not Approved or Dectect Only. The batch
> file sample can be run on the client system either from a logon script or
> running it manually on the client.
> A new update rollup package for this IE 7.0 release will be available for
> synchronization early next week. We regret the inconvenience and confusion
> this issue may have caused WSUS customers. Thank you for your reports and
> enabling us to get this issue headed off so quickly.
MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============
Jake wrote:
> Why can't Microsoft honor the feature to disable the update?
>
> The "tool" you refer to is complicated and difficult to implement.
>
> This is not the answer to the problem I am reporting.. but rather a
> workaround..
>
> When I "hide" an update it should do exactly that and not keep coming
> back..
>
>
>
>
>
> "Jupiter Jones [MVP]" <> wrote in
> news::
>
>
>>If you do not want IE7, you should use the tool Microsoft designed for
>>just such a purpose:
>>http://www.microsoft.com/downloads/d...4516a6f7-5d44-
>>482b-9dbd-869b4a90159c&DisplayLang=en
>>
>
>
net stop wuauserv
taskkill /F /IM IESETUP.EXE /IM IE7-WindowsXP-x86-esn.exe
net start wuauserv
wuauclt.exe /detectnow