Slashdot Mirror


IE8 Update Forces IE As Default Browser

We discussed Microsoft making IE8 a critical update a while back; but then the indication was that the update gave users a chance to choose whether or not to install it. Now I Don't Believe in Imaginary Property writes in with word that the update not only does not ask, but it makes IE the default browser. "Microsoft has a new tactic in the browser wars. They're having the 'critical' IE8 update make IE the default browser without asking. Yes, you can change it back, but it doesn't ask you if you want IE8 or if you want it as the default browser, it makes the decisions for you. Opera might have a few more complaints to make to the EU antitrust board after this, but Microsoft will probably be able to drag out the proceedings for years, only to end up paying a small fine. If you have anyone you've set up with a more secure alternative browser, you might want to help check their settings after this."

43 of 311 comments (clear)

  1. Death to IE6! by mnslinky · · Score: 5, Insightful

    Here's to the end of IE 6 and all the hacks needed for site to render correctly!

    1. Re:Death to IE6! by Anonymous Coward · · Score: 5, Insightful

      Nope... Many corporations built their intranet around IE6 and changing browser will break it. Rather than spend buckets of money revamping their intranet, they are just more likely to keep going with IE6...

    2. Re:Death to IE6! by Anonymous Coward · · Score: 5, Interesting

      It amazes me how when firefox has a new version, everyone downloads it with a warm and fuzzy feeling that it is going to be an improvement. However, whenever IE has a new version, people are so reluctant to download it that MS now has to force the public to upgrade.

      Way to go Microsoft!!! If your users are uncomfortable with upgrading, force them anyway.

    3. Re:Death to IE6! by camperdave · · Score: 4, Insightful

      I say go ahead and break the websites. They were all broken the minute they went browser specific.

      Granted, the fact that the HTML protocol could be interpreted two different ways indicates that it's not entirely Microsoft's fault... this time.

      --
      When our name is on the back of your car, we're behind you all the way!
    4. Re:Death to IE6! by Anonymous Coward · · Score: 5, Funny

      80%?
      What's your website, an IE6 fan club?

    5. Re:Death to IE6! by SirLurksAlot · · Score: 5, Interesting

      You are correct, however this is true only in the short term. The whole argument of "We're saving money by not switching." will only hold water for so long. Eventually there will come a point at which their enforcement of IE6 will prevent them from being competitive. While everyone else is moving forward with new technologies that allow them to do more (and more securely) they'll still be stuck with applications that depend on ActiveX and open them up to attack. Also, if enough people are using IE8/Firefox outside of work (or more importantly enough management-types) their frustration with the older browser will eventually leak into the workplace, and there will be a push to upgrade intranet apps to get with the times. Change does happen in the corporate world, it just happens slowly.

      --
      God, schmod. I want my monkey man!
    6. Re:Death to IE6! by Antique+Geekmeister · · Score: 5, Funny

      Here's to making websites run on Lynx. They're invariably far faster, usually far more readable, far more usable for those with visual or manual problems, far lighter in bandwidth, and require far less testing for a variety of standards-violating clients.

    7. Re:Death to IE6! by quickcel · · Score: 5, Funny

      Are you kidding? Death to the best browser around? Help us save IE6 and sign the petition! http://saveie6.com/

    8. Re:Death to IE6! by penguin_dance · · Score: 3, Insightful

      It's not just about having built their intranet around IE6. A lot of (really large) companies I have done contract work for are still using Windows 2000 as their OS and you can't run anything newer than IE6 with that. I think when XP came along, they decided not to upgrade, but just wait until the next version of the OS came out. Then Vista came along....

      --
      If you've never been modded as "flamebait" or "troll," you've never tried to argue a minority viewpoint here!
    9. Re:Death to IE6! by gewalker · · Score: 5, Funny

      Dude, he said 20K visitors. There is NO way that an IE6 fan club has that many visitors.

    10. Re:Death to IE6! by ivucica · · Score: 5, Insightful

      Real problem is they're forcing their browser to be default system browser, in place of Opera, Firefox, Chrome - whichever is your default. Y'know how aforementioned browsers (and older IE) ask you if you want them to be the default? The /. summary makes point of forcing IE8 as the default.

    11. Re:Death to IE6! by cgenman · · Score: 4, Insightful

      They also won't remember that you warned them. They'll remember that somewhere along the line, IT oversaw this intranet for them. It worked for a while, then something broke. Even if they're aware that this is related to IE6 (probably not), nobody will remember who made that call, especially not the idiot who said "let's just go with that blue E internet thingie."

      They'll just know that IT made it, and it broke after a few years.

    12. Re:Death to IE6! by jonadab · · Score: 3, Insightful

      > IE7 and 8 do not natively support xhtml, they treat the
      > document as SGML and apply SGML rules to it. This means
      > that namespaces, MathML, etc. cannot be supported by
      > that browser,

      Actually, it's theoretically possible to still support those things without fully embracing all the other XML rules. It won't make the purists happy, but it can be done.

      > and that it will not fail on invalid content as an xml parser should.

      I consider completely failing on all invalid content to be an undesirable characteristic in a web browser and contrary to the basic principle of graceful degradation that the web is built on. If a browser sees an element it does not recognize, it should just treat it as a generic element (comparable to span) and go on. This allows webmasters to go ahead and use new features before every web browser that's still in use supports them (which can take a decade or more).

      A web browser is not a validator. That isn't its purpose. Web developers need to know how to use a validator, yes, but the web browser shouldn't be it.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    13. Re:Death to IE6! by Firehed · · Score: 4, Informative

      Validate! If you write valid (X)HTML and CSS, IE7 gets pretty close to the mark and IE8 seems to get it spot-on outside of some newer, often browser-specific CSS properties (text-shadow, -X-border-radius, etc). Hell, even IE6 seems to render more accurately if you have a doctype tag and code that validates against said doctype. Your code won't pass validation without a doctype tag.

      Re: XHTML flash - if you MUST use it, http://validifier.com/.

      --
      How are sites slashdotted when nobody reads TFAs?
  2. Nothing changes by Anonymous Coward · · Score: 4, Insightful

    IE remains the biggest security problem in Windows (besides user stupidity).

    If webpages can override the render engine in IE8 then IE8 is only as secure as the worst render engine.

  3. this wasn't my experience by lambent · · Score: 5, Informative

    i updated IE8 manually on like 20 machines yesterday. it asked every time. it didn't kill my default browser selection.

    it there something i'm overlooking, like does automatic updates apply it and not ask you? am i missing something from TFA?

    1. Re:this wasn't my experience by Briareos · · Score: 5, Informative

      Well, there is one question during IE8 setup whether to use some (listed) default settings or the change those settings - maybe setting it as the default browser is one of those defaults?

      It didn't override Firefox being the default browser in my XP installation, at any rate...

      np: Can - Mother Upduff (Anthology (Disc 2))

      --

      "I'm not anti-anything, I'm anti-everything, it fits better." - Sole

    2. Re:this wasn't my experience by LurkingOnSlashdot · · Score: 5, Informative

      Wasn't my experience either. I upgraded my home machines and my office computer to IE8 and do not recall that it became my default browser.

  4. Re:Whooooooooosh! by Reality+Master+201 · · Score: 5, Funny

    There's nothing wrong with this tactic. Firefox does the same thing to me in Linux.

    Firefox makes IE 8 your default browser in Linux? That's kinda odd.

  5. More secure alternative browser? by CubicleView · · Score: 4, Informative

    If you have anyone you've set up with a more secure alternative browser

    Is it not a bit early to be deciding which browsers are more secure than IE8?

    1. Re:More secure alternative browser? by Chrisq · · Score: 4, Insightful

      Is it not a bit early to be deciding which browsers are more secure than IE8?

      No it isn't, unless you believe in miracles. This isn't really Microsoft's fault but for every hacker who says "lets target Firefox and try to capture bank details" there are 100 trying to do it for IE.

    2. Re:More secure alternative browser? by derGoldstein · · Score: 4, Insightful

      How was this modded troll? It's a fact of life, and he even added "This isn't really Microsoft's fault" which most slashdotters wouldn't have bothered with.

      IE is the primary target for browser hacking, and will remain so as long as its market share is anywhere in the vicinity that it is now.

      The best thing you can do at the moment is install Firefox *and* Chrome *and* Opera and try to dedicate types of sites to each browser.
      I usually assign Google properties to Chrome, highly compliant sites to Opera, and everything else to Firefox.
      (This may sound paranoid, or just overkill, but I have to develop/test on multiple browsers anyway so for me it's also a way to get to know them better.)

      I'm not suggesting that everyone should install every browser, but at the very least install Firefox and make it the default, because they patch it early and often, and it's very good at maintaining itself (updating when you restart, checking for plugin updates, etc.)

      --
      Entomologically speaking, the spider is not a bug, it's a feature.
  6. Does anyone fact check here? by Avagadro's+Number · · Score: 5, Informative

    I installed IE8 through windows update in Vista and it asked me if I wanted to set it as the default browser. I clicked no and Firefox is still my default. If you use the full auto install it will make it the default browser. Of course, if you do the full auto install with any Microsoft product you deserve any pain that results.

  7. If you check the "Custom Settings" it doesn't. by jarodss · · Score: 5, Informative

    If you let the IE install do it's thing automatically then it sets itself as default.

    Anyone not choosing to customize IE's install deserves to have it supplant their settings.

  8. IE8 on Vista, not the default by PunditGuy · · Score: 5, Informative

    Just checked to make sure -- Firefox is still my default. No surreptitious shenanigans.

    Is this an XP thing? TFA didn't say which OS he was running.

  9. FUD by Z_A_Commando · · Score: 5, Informative

    I have several machines, all running several versions of Windows (XP & Vista in both 32- and 64-bit varieties) and I have not seen IE8 automagically installed through Windows Update on them. I have Windows Update set to automatically install updates without asking and the result is exactly what happens with IE7 when you get it off of Windows Update: An installer screen pops up asking if you'd like to install IE8 now, would like to wait, or don't want to install it at all, ever. All have updated to Office 2007 SP2, which was released to Windows Update the same day.

    However, I can't speak to what happens when you have IE6 installed on your XP machine and this update comes across the wire. I dropped IE6 over a year ago. Still, I doubt such an upgrade would be forced like this. Also, when I did choose to install IE8 on a machine that has Firefox as the default browser, after the restart, Firefox was still the default. This article is simply FUD. Furthermore, what's wrong with replacing a less standards compliant browser with a more standards compliant browser? Provided you don't change the default browser of course.

  10. SOP for all Microsoft products by GaryOlson · · Score: 4, Informative

    Service packs for Visual Studio are no longer available on our WSUS server for this reason [after some hard political battles and beating Security over the head with a clue bat]. Visual Studio service packs change all your file associations from non-VS applications to Visual Studio. The Computer Science 101 students' heads all exploded when foo.java opened in Visual Studio 2005 instead of Notepad++.

    Microsoft has a long history of forcibly breaking your operating environment.

    --
    Every mans' island needs an ocean; choose your ocean carefully.
    1. Re:SOP for all Microsoft products by JasterBobaMereel · · Score: 4, Insightful

      What do you mean "your" operating environment? Windows is theirs!

      --
      Puteulanus fenestra mortis
  11. Making it a critical update was a favor by HangingChad · · Score: 3, Insightful

    IE6 is a plague on the internet development world. If it gets rid of that, wonderful. Making it the default browser, that's classic Microsoft. Actually, that's the new, desperate to hang on to market share in the face of shrinking revenue Microsoft.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  12. works on my computer by RingDev · · Score: 5, Informative

    Not that I saw. I remember seeing an explicit "Make IE8 your default browser?" dialogue show up. I'm not sure about XP, but on Vista 64, it behaived exactly as I expected it to and did not change any settings that I didn't tell it explicitly to do.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  13. You fucking suck... Slashdot by GF678 · · Score: 5, Insightful

    I'm yet another person who installed IE 8 via Windows Update and it did NOT forcibly set itself as the default browser.

    Seriously Slashdot, do you even bother to vet your troll articles anymore? Do you realize how embarrassingly pathetic this one significant site in the tech world has become?

  14. Vista/IE8 bug by clickclickdrone · · Score: 3, Informative

    I'm holding back installing it as there's still a bug (apparantly) that stops media sharing working with WMP11 when you install IE8 on Vista.

    --
    I want a list of atrocities done in your name - Recoil
  15. FUD by sherriw · · Score: 3, Insightful

    While I agree that making it default _without asking_ is a shady move on Microsoft's part, I'm sure what the payoff is for them versus the negative response many people will have. Those users who have a non-IE browser as default will notice the switch and will switch it back, these are the users who are actively choosing which browser to use anyway. The people who don't care what browser they are using, are probably already using IE. So what do they accomplish, other than reaffirming to the non-IE people the rightness of their choice?

  16. As Machiavellian as this seems... by Assmasher · · Score: 3, Insightful

    ...we know that most people (sadly) are using some version of IE currently; ergo, if they install IE8 and it makes itself the default, this is good for a variety of reasons entirely related to security (and good for the rest of us as the last thing I need is more zombies out there spamming me night and day.)

    Now, most people who have an alternative browser installed do so because they are 'aware' of the realities of modern web surfing and make an intelligent choice accordingly. These people are being inconvenienced by this because they've got to set their browser back to being the default (often this is simply a case, using Mozilla as an example, of starting up their favorite browser and it saying "Hey, don't you want to use me all the time" and they choose "yes, make yourself my default browser." Inconvenient, annoying, suspicious, yes - a real problem for these people? No...

    The last group are the (imho) very small minority of web users who've been lucky enough to have an informed web user install an IE alternative for them, but they themselves do not know what the fuss is about. These are the people actually getting screwed by this. They may end up with IE8 until their good Samaritan revisits them to right this terrible wrong.

    Ignoring whatever the actual motives for this decision at Micro$oft was, I personally think the good outweighs the bad. It would still be nice to smack the guy who green lighted this in the face though, wouldn't it? :)

    --
    Loading...
  17. Didn't override FF3.5 being the default. by wiredog · · Score: 4, Informative

    On a WinXP SP3 box here at work.

  18. Not a problem here by glennpratt · · Score: 4, Informative

    I just allowed a handful of computer at work to install the update. All of them asked before installing and none of them changed the default away from Firefox.

    Somebody needs to explain this.

  19. Bullshit by Junior+J.+Junior+III · · Score: 5, Informative

    Yes, you can change it back, but it doesn't ask you if you want IE8 or if you want it as the default browser, it makes the decisions for you.

    This is not entirely true. When you install IE8, it asks you whether you'd like to do an Easy install or if you'd rather do a custom install. The Easy install does indeed set IE8 as the system's default browser, without asking. However, if you do the custom install, it does ask, and it honors what you tell the installer to do.

    Even if your default browser setting does get hijacked, the very next time you launch Firefox, it'll let you know it's not set as your default browser, and it's one click to change it back. Not a big deal at all, other than if you're running unattended installs on critical systems which require Firefox to be the default browser for some reason.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  20. FUD by wcb4 · · Score: 5, Informative

    I allowed the install of IE8 on 2 of my personal machines yesterday. Both of the still have Firefox as the default browser. Vista and XP. Who is complaining that its switching their default browser? What's the setup?

    --
    I reject your reality ... and substitute my own.
  21. Same here by Xest · · Score: 4, Insightful

    Installed on Vista 64.

    I think what TFA actually means to say is:

    "I got really click happy and just blindly clicked my way through the IE8 install without looking and it made itself my default browser, how dare it!"

  22. Re:How much difference would it actually make? by Rinnon · · Score: 3, Interesting

    You are SIGNIFICANTLY overestimating the general public, leading me to believe you have never worked in a technical support call center. Remember how when you install Windows, it gives you an Icon at the top of the start menu that says "Internet" and then if your default changes, that icon changes? Surely, those of us in know laugh at this as a potential problem, but I can't count the number of people who claim they have "lost" their browser or (more commonly) they can't open Outlook, and instead Outlook Express is opening, and they don't know why. And do you think the average user is going to click on the "custom" button when installing IE8? Are you kidding? That "custom" button to them, means "crazy details I'm not supposed to touch"; but just because they don't know this and that about computers, doesn't make them any less deserving to not have their settings pulled out from underneath them. They're the ones who really suffer from things like this. Not us on Slashdot, who spend 20 times more time typing up the complaint than actually fixing the issue. ~2 Cents

  23. By The Numbers by westlake · · Score: 4, Informative
    when firefox has a new version, everyone downloads it with a warm and fuzzy feeling that it is going to be an improvement. However, whenever IE has a new version, people are so reluctant to download it that MS now has to force the public to upgrade

    Browser Version Market Share

    IE 7 44.5%
    IE 6 17.5%
    IE 8 4.3%
    IE 5 0.04%
    IE 5.5 0.03%

    Firefox 3.0 20%
    Firefox 2.0 1.8%
    Firefox 3.1 0.18%
    Firefox 1.5 0.15%
    Firefox 1.0 0.06%
    Firefox 3.5 0.01%

    So call it 50% of the web for IE 7 and IE 8.

    Net Applications tracks hits to e-commerce and other mass market websites.

    It's not looking at techies. It's looking at guy who watches Fox News and does his shopping at K-Mart.

    The geek lives in a bubble.

    He believes what he wants to believe.

  24. You just proved his point! by pavon · · Score: 4, Insightful

    By those numbers, only 6.5% of IE users are running the latest version. Even if you include IE7 you get that only 73.5% of IE users have upgraded to a browser released in the last three years.

    On the otherhand, 91.4% of Firefox users are running the latest stable version or a beta version. And if you include FF2 (released the same month as IE7) 99.5% of firefox users have upgraded to a browser released in the last three years.

    Firefox users are far more likely to upgrade to the newest version than Internet Explorer users are, which is what he was claiming.

    1. Re:You just proved his point! by dintlu · · Score: 3, Insightful

      It's been my experience that Firefox automatically downloads updates and installs them when I restart my browser. Firefox users are up to date because *they don't have a choice.*

      Now, who was complaining about MS forcing an update?