Slashdot Mirror


IE7 To Ship With Windows Patches Tomorrow [Not]

An anonymous reader writes, "Microsoft plans to push out Internet Explorer 7 as a 'high priority update' when it ships security patches tomorrow, according to Washingtonpost.com's Security Fix blog. That means anyone who has Windows configured to download and install patches automagically from Redmond will be greeted with IE7 next time they boot up their machines. In related news, it appears IE's worldwide market share actually increased a couple of points since July, despite a number of high profile zero-day attacks this year." The article notes that the IE7 "containment wall" protected mode will not be available on XP, but only to those who purchase Vista.

Update: 10/09 21:26 GMT by kd : An anonymous reader points to this Microsoft blog posting where it is revealed that the article linked above is incorrect. IE7 will not be pushed tomorrow.

4 of 293 comments (clear)

  1. The article says this month by alta · · Score: 4, Informative

    The article has been updated because microsoft will not confirm "tomorrow" but will confirm this month.

    Tomorrow seems a likely time to me...

    --
    Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
  2. no no no by jaiyen · · Score: 5, Informative

    The RFTA references a post on the Microsoft IE blog that says IE7 is coming 'real soon now' and that it "will be delivered to customers via Automatic Updates a few weeks after it's available for download". How the submitter took that to mean it's going to be automatically for everyone from tomorrow is a mystery.

  3. If you dont want to install it... by jorghis · · Score: 4, Informative

    If want to prevent the automatic install MS has a page for you here: http://www.microsoft.com/technet/updatemanagement/ windowsupdate/ie7announcement.mspx

    It looks like you have the option to just click "no thanks" when it asks you if you want to upgrade to IE7.

  4. How to avoid a possible disaster - For Admins by mgpeter · · Score: 5, Informative

    This is for all the Network Admins for Windows Networks.

    If you do not want Automatic Updates to Install IE7 when it is released then just set the following registry key on every workstation:

    Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0
    Key value name: DoNotAllowIE70

    * When the key value name is not defined, distribution is not blocked.
    * When the key value name is set to 0, distribution is not blocked.
    * When the key value name is set to 1, distribution is blocked.

    NOTE: This is highly recommended as everytime I dealt with any Major release from Microsoft things started getting trashed. Microsoft should NOT Automatically deploy this in this way.

    For lazy/Proficient Admins here is a Kixtart Script to do this on a list of computers over the network: NoAutoIE7.txt