Slashdot Mirror


MS To Offer Windows Sans WMP, If EU So Orders

PSwim writes "Microsoft has said it will remove Media Player from Window, if ordered by the EU this week. The 'Windows-Lite' version will only be available in Europe. Best quote from the article involves its refusal to release networking documentation: '"The Commission says Linux would disappear" if Microsoft did not grant access to its documentation, Smith claimed. "But Linux is alive and well and I don't know any person at Linux or any Linux programmers who share the Commission's view."'"

23 of 422 comments (clear)

  1. Linux Developer view is inmaterial by Ckwop · · Score: 4, Insightful

    Who cares if the commission's view is shared by the OSS crew. Their ruling should be final and Microsoft should comply in good faith if they want to continue to trade in the EU.

    They'll probably get chance to appeal the descision but I doubt the ruling will be overturned. Personally, I'm sick of them appealing on grounds they should have brought up earlier in the process. I think that if you appeal in a corporate case such as this and you lose the damages should be increased. You can justify this by lost interest due to the money sitting for in Microsoft's bank and not the EUs bank account for duration of the appeal process plus a surcharge for wasting everybody's time

    Simon.

    1. Re:Linux Developer view is inmaterial by Free_Meson · · Score: 5, Insightful
      I think that if you appeal in a corporate case such as this and you lose the damages should be increased.

      Often, an appealing party has to pay costs if they lose. In the U.S. in federal court, a lawyer can be forced to pay his opponent's legal fees if he submits any frivolous articles to the court. Relax a bit on the whole condemnation of the legal system thing ;-). Lawyers do a very good job of policing themselves, but the nuances of the system are often lost on those without a legal education. The fact that the media rarely gets the facts or reasoning right on decisions and rarely covers procedural rulings only makes things worse.
    2. Re:Linux Developer view is inmaterial by Rich0 · · Score: 5, Insightful

      Don't even think that the US legal system is like Sweeden's.

      In Europe the loser-pays system is the default. In the US, it is an option that you basically have to countersue for.

      A better description might be that in the US if you sue somebody and lose you MIGHT have to pay their legal costs.

      As a result, defence lawyers always charge heavy fees up front, and then try to get some of it back from the plaintiff later. Most people settle even if they're likely to win on defece since it is likely they'd still pay more in legal fees even if the plaintiff helps them out a little.

      The US could seriously use a loser-pays system like Europe...

  2. I'd like to see by EvilNutSack · · Score: 5, Insightful

    Internet Explorer gone, but it's too well embedded. However, with all its vulnerabilities I wonder if Microsoft will try to change this. Oh wait... *reality strikes* How long before the next version of WMP is too well embedded to be removed?

    --
    --
  3. The other option being? by mollymoo · · Score: 5, Insightful
    MS To Offer Windows Sans WMP, If EU So Orders

    Given the other option is to stop selling Windows in the EU, this is not very surprising.

    --
    Chernobyl 'not a wildlife haven' - BBC News
  4. On coupling os and software by tobi-wan-kenobi · · Score: 5, Insightful

    Microsoft has protested in the past that unbundling elements of Windows would be difficult and could even damage its operating system.

    hm... i do not mean to flame against microsoft (yet another time), but wtf? why and how should a media player damage the os, if decently programmed? to me, it sounds sensible to separate the operating-system from the applications built upon it, not coupling them to an absurde degree. well, from the point of view "it will be easier to distribute both products that way", it is understandable, of course, but shouldn't a clear design weigh more than marketing advantage? mark the should, which is - sorrowfully - the keyword here.

    ah, and by the way... what will microsoft do? if i was them, i'd offer a network-based installation of wmp, which is (semi)automatically triggered after the installation of windows. thus, they do not ship wmp with the os, but effectively bundle it in 90% of all installations.

    The rest of the world would continue to use the full version of Windows, and it encouraged content developers to continue to encode music and other digital products in its Windows media format.

    simply cute. encouraging developers to use a proprietary codec (i hope i am correct) to create content, when you need to additionally install software for that codec. *hm* a different approach than the one i outlined above, but an effective one, too.
    though i have to say, if i was content provider, i'd see absolutely no advantage in using wmp if the player is not bundled with the os, only the drawback of lock-in by microsoft.

    just my 2cent

    --
    If you don't learn from history,
    then you are an idiot by definition.
    --- Vadim Yasinovsky
    1. Re:On coupling os and software by ZorbaTHut · · Score: 5, Insightful

      There's some subtlety with the media player that I don't think most people realize. Like any good media player app, the Microsoft media player is made up of two major components - the frontend and the backend. The frontend handles minor things like displaying the video and interface, the backend handles the actual decoding.

      On Windows, the backend is an integral part of the operating system. Many other applications use it, many other applications plug into it - it's designed to be a central location for codec storage, and it succeeds in that goal admirably.

      The frontend, obviously, is not.

      Removing the frontend would be trivial. Removing the backend would be devastating because of all the programs that rely on it - akin to removing Internet Explorer entirely, for the exact same set of reasons.

      I don't pretend to know which they've been ordered to remove. I don't put it past them for the courts to have said "remove Media Player" and for Microsoft to have said "aha! If we take that to mean the backend, we can argue that it would damage the user experience!" But it's worth pointing out that the bulk of what most moderately-technical people would consider Media Player - the chunk that does the actual decoding and playing of media - is, in fact, pretty deeply built into Windows. As is Internet Explorer. (I've seen many many MANY apps that embed IE in one way or another.)

      An analogy - this would be similar to asking Linux to remove zlib entirely. Because, you know, not many people ever really need to compress things, right? Therefore zlib couldn't be that important, right?

      Sometimes the user interface is only a small part of the usage a piece of software has within the system.

      Now, it *would* be entirely reasonable to ask Microsoft to provide hooks to replace these modules. However that would be an extremely nontrivial programming job - I might demand it for Longhorn, but asking that they spend less than a year or so on it is really just begging for serious problems.

      --
      Breaking Into the Industry - A development log about starting a game studio.
  5. What's wrong? by Silverlancer · · Score: 4, Insightful

    I've never understood what's wrong with Microsoft having WMP in Windows. Any operating system should come with a decent media player, and WMP is one. I mean its not perfect, its not as stripped down as some better ones, but hey, its better than Realplayer, and why in the world would the average user want to have to download a seperate program to simply see a news broadcast? Most Linux distros come with mplayer--is that a monopoly?

    1. Re:What's wrong? by tobi-wan-kenobi · · Score: 5, Insightful
      i don't think this is the point.
      the point is that microsoft claims that it would be difficult and possibly damaging to remove wmp from the os.
      now talk about tight coupling between software and os. bad thing in my opinion, plus, it remove the freedom of choice from the user.

      furthermore, it implies that un-installing wmp properly is hardly possible, so when you think you've gotten rid of it, it has probably just removed some superficial links or such.

      --
      If you don't learn from history,
      then you are an idiot by definition.
      --- Vadim Yasinovsky
    2. Re:What's wrong? by maxwell+demon · · Score: 5, Insightful
      Most Linux distros come with mplayer--is that a monopoly?
      No. But if
      1. Linux had >90% market share,
      2. there were only one vendor of Linux,
      3. there were a reason why other vendors could not release Linux as well,
      4. that version of Linux came with mplayer as mandatory and only preinstalled player,
      5. that version of mplayer supported a proprietary media format owned by that only Linux distributor,
      6. while media formats from competitors were not supported out-of-the-box,
      then it would be an abuse of monopoly.
      --
      The Tao of math: The numbers you can count are not the real numbers.
    3. Re:What's wrong? by spuzzzzzzz · · Score: 4, Insightful
      I've never understood what's wrong with Microsoft having WMP in Windows

      Every reply so far has missed the point somewhat, so I'll give it a go. Microsoft has a monopoly on desktop operationg systems (or close enough to one that it makes no difference). There is a body of law that applies only to monopolies in order to prevent them from abusing the power that comes from having a monopoly. One of the things they are not allowed to do is to use their monopoly status to create dominance in a different market.

      By bundling WMP with windows, Microsoft is using their monopoly on OSes to dominate the media player market. They have already done this in the web browser market. The relative merits of the players are irrelevant, only that Microsoft is abusing its monopoly powers.

      --

      Don't you hate meta-sigs?
    4. Re:What's wrong? by Kjella · · Score: 5, Insightful

      I've never understood what's wrong with Microsoft having [Product] in Windows. Any operating system should come with a decent [Functionality], and [Product] is one.

      Understand these basic facts:
      1. It is legal to acquire a monopoly.
      2. It is legal to bundle non-monopoly products.
      3. It is not legal to use your monopoly in one market to gain a monopoly in another market.

      To completely distance ourselves from the tech issues, I'll give you a bread and butter example (literally).

      1. It is not illegal to gain a monopoly on producing bread (maybe you're just that much better)
      2. As long as there is competition on both bread and butter, it is legal to bundle your bread with your butter.
      3. If you have a monopoly on bread, you can't bundle your butter with your bread to drive the other butter companies out of business.

      It has nothing to do with bread and butter belonging together or not, it has nothing to do with the quality of either product. It is a means to ensure that competition happens on equal terms.

      Without anti-trust protection, anything dependent on bread would fall like dominos in a row. Next up, bread knives bundled with bread. Butter knives bundled with butter. Next up, filet knives bundled with bread and butter knives. Markets would crumble and turn to monopolies ruled by gigantic megacorporations spreading like a cancer throughout the economy.

      To return to your Linux analogy, it is not only once, but twice fatally flawed. One, neither Linux nor Mplayer have a monopoly. Second, you misinterpret corrolation with causation. Mplayer and Linux appear often together because they are both popular products. There is no causation, one isn't being used to promote the other.

      If Linux demanded that with each distribution of it you would be forced to include Mplayer, then there would be causation. They don't, but if they did (which they can't because of the GPL), and they were a monopoly, which they aren't, then it would be illegal. But Windows is a monopoly, Windows is used to monopolize the media player market, and thus it is illegal. IMNSHO.

      Kjella

      --
      Live today, because you never know what tomorrow brings
    5. Re:What's wrong? by Andy_R · · Score: 4, Insightful

      Microsoft have a monopoly in the desktop OS market.

      Having a monopoly is neither wrong, bad, or illegal.

      However, it IS illegal bad and wrong to for acompany to leverage a monopoly in one product area into a monopoly in another by abusing their monopoly position. I'll use a silly example to show why this can't be allowed:

      Imagine you have a monopoly on potatoes. If you used your cash reserves (or simply jacked up the price of potatoes) to give away a free carrot with every potato, and continued until all the carrot companies in the world went bust, bought them all up and then put the price of carrots up 1000% ... see the problem? Nice for you, but terrible for the consumers and for the carrot growers.

      Replace the potatoes with Desktop OS software, and the carrots with media player software, and you'll see what microsoft is doing that is wrong. It's taking a loss on WMP, and by bundling it for free (so that even by being free too, other players can't compete because they have the hassle of installation as well) it's abusing it's position to try and bankrupt all the other player companies, so it has a stranglehold on that market too. You can also replace carrots with Browsers for round 2 of the EU litigation

      --
      A pizza of radius z and thickness a has a volume of pi z z a
  6. Why is the media player so bad? by Jugalator · · Score: 4, Insightful

    If anything's bad, isn't it their proprietary codecs they try to push in the media industry?

    I'd rather see them have the WMA/WMV codecs excluded and if a user plays such things, s/he gets directed to a Microsoft web site where they can be downloaded.

    Not allowing a stupid media player just seems silly to me.

    --
    Beware: In C++, your friends can see your privates!
  7. Re:The version will contain a poison pill by mirko · · Score: 4, Insightful

    Yes, and some will then install Quicktime and iTunes for Windows and finally go for a shiny G5 iMac.

    --
    Trolling using another account since 2005.
  8. Millions and Millions by randalx · · Score: 5, Insightful

    The company had "spent millions" so that it could meet the court's judgment, he added, suggesting that development work has already been done to offer a version of Windows in Europe without the WMP software.

    Removing a media player from an OS costs MILLIONS! I feel like making a joke but this is just too ridiculous. The sad thing is probably many non-techies believe these blatant lies. And I don't care what expenses they dream up (testing, lawyers, still more lawyers, cost of diminished monopoly power), this is pure BS.

  9. Slowing innovation? by Principal+Skinner · · Score: 5, Insightful
    He warned that if the court upheld the Commission's decision it would "slow innovation" in Europe, raise prices for consumers and privilege some special interests.

    Well, we all know better than that of course; why, just yesterday a Harvard professor jumped on the bandwagon warning that the current patent system inhibits, rather than encourages, innovation. How is Microsoft any different? When everyone knows M$ will come out on top in any battle it chooses to fight, the incentive to try to create something Redmond might want to compete against drops to zero. But if the EU succeeds in putting Microsoft in its place, that will tell a lot of software companies (and VCs!) that their products might finally have a chance of competing on their own merits.

    Oh, and "privilege some special interests"? It's funny how one company can be so bad if it gets some help from the government (the criterion for "special interest"), but another company is beyond reproach if it has an advantage that everyone is already dependent on its products.
    --
    one hundred twenty
    is just enough characters
    to write a haiku
  10. EU Remedy is Foolish by branchingfactor · · Score: 5, Insightful

    The proposed EU remedy is foolish because it does not address the heart of the problem, namely, that Microsoft is using their Windows monopoly to enter related markets (in this case media distribution via WMP software and the WMV format). Dropping WMP from Windows in Europe won't hinder Microsoft from entering those markets worldwide. And most people in Europe will download WMP anyway since it will be free and most video content will require its use due to the prevalance of the WMV format. The only effective remedy is to require Microsoft to open source the WMV format (and possibly the WMV player as well) so that the user's choice of operating system is completely independent of their choice of media player/format.

  11. Re:ha-ha-ha by JaredOfEuropa · · Score: 4, Insightful
    Sorry guys, I can't help myself, I just had a giggling spasm :D :P
    They worded it a bit funny perhaps, but they do have a very good point. Linux might not disappear like that, but the proliferation of Linux (especially in the desktop arena) does depend a great deal on interoperability (Samba for instance) and compatibility of popular Linux-based applications with those in use by the 'rest of the world' (MS Office OpenOffice).

    Interoperability does not truly depend on MS granting access to its documentation; in most cases it is the result of some succesful reverse-engineering. I bet MS would love to put an end to that. The statement "grant access to [the] documentation" is right but should be more specific: "not deny interoperability by means of secrecy or patents or other means"... The Commission touches on an important point, even if they worded it funnily.
    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  12. Re:ha-ha-ha by pnatural · · Score: 4, Insightful

    but the proliferation of Linux (especially in the desktop arena) does depend a great deal on interoperability (Samba for instance)

    That's a bad example, I think. I don't follow samba closely, but I have the general notion that (A) Samba has been implemented without any documentation from MS, and (B) the Samba team generally have a better understanding of the behavior of the MS samba stack than do Microsoft programmers.

    Next?

  13. Re:ha-ha-ha by JaredOfEuropa · · Score: 4, Insightful
    why does Linux need to keep telling and repeating its being compatible with crap when it does have its own fortes.
    Because everyone else is using said crap to do their work on. We need MS Office compatibility because we want our suppliers and client to be able to read our documents, and we want to read their documents as well, without too much hassle. Face it, pretty much every business uses the MS Word format to swap editable documents. Not because it is the best format, but because if I send someone a Word document, I expect them to be able to read it without hassle, and they pretty much always can.

    Linux can have the best word processor with the finest document file format, but if Word cannot read it, it will never be widely adopted. Remember that version of Word (98 I think) that produced files which could not be read by earlier versions of Word? Everybody bitched about it, and Microsoft finally gave in a made a plugin for earlier versions to read these files. You can be sure they never made that mistake again...

    Similarly, you will often find Windows boxes in even the most Linux-friendly offices. Many applications are only available on Windows. For that reason, we need Samba capability. It is not so important for Linux to stand on its own, but it sure as hell makes the transition from Windows to Linux a lot easier.
    It may happen that Linux is one of the best OS's only in my world, but then I'd like to stay in it. [...]For them Linux needs to be learned, and they more easily say it's crap and under-developed than to learn anything new regarding Linux. I just think I'm getting pretty offtopic
    The point is: most people and especially businesses cannot afford to 'stay in their own world' as you put it. People who might be interested in Linux are not starting to use computers from scratch, they will in most cases have to ransition from Windows, and will want to continue to communicate with their Windows-using friends.

    This is not off-topic at all, it is the heart of the matter that is hidden underneath this silliness about shipping Windows with no media player. There is nothing wrong per sé with selling software using closed and protected protocols and file formats. Microsoft however is (mis)using closed protocols and file formats, together with their virtual monopoly in the OS and Office suite markets, to make sure everyone stays locked into the Windows solution. They do this by making the transition to Linux exceptionally painful, and by trying to ostracise Linux users from their Windows-using friends (or from their computers and data, at least). That is why the Commission should demand open and freely usable standards from Microsoft instead of demanding a WMP-free OS; not because open standards are nice and cute, but because Microsoft has a virtual monopoly and is mis-using it and closed standards to keep out competitors like Linux.
    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  14. Re:first wtf post by jtwJGuevara · · Score: 4, Insightful

    This is the fundamental problem with Linux adoption. How can decision makers (read: CEO's, CIO's and government officials) make sound decisions on the operating system choice of their infrastructure when they don't even understand how the product was made? From the series of summaries I've read on Slashdot about Munich's switch it seems to be much more about using something that is non-Windows than it is about using something that is open source. While it might help the cause, I personally think this is the wrong reason you should switch to an open source OS. Linux should be migrated to because you believe in the way it is developed and because it is great product for investment placed into it. How can these guys be assured that Linux is the way to go if they don't even understand how it is fundamentally built?

  15. I'd hate to see that by Anonymous+Brave+Guy · · Score: 4, Insightful
    No, what I really would like to see, is Windows coming with a selection of browsers (perhaps a "Welcome to your brand new Microsoft (R) Windows (R) [TM] installation - which browser(s) do you want to install?" and it automatically grabs the latest version of that browser) , and be able to choose which of them to embed in explorer. Now *THAT* would be cool...

    No, it really wouldn't. I'd bet that your average PC user doesn't appreciate the issues with IE. Many probably don't even know what a "browser" is, they just know to click this button for "the Internet" (not to be confused with e-mail).

    Choice is not always a good thing. For average people without the time or inclination to learn the finer points of a subject, a single "good enough" option is often better than a choice. For people who do have the inclination to learn more, the choice is always there anyway, as the fact that I'm typing this in Firefox testifies.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.