Mozilla To Launch "Build Your Own Browser"
angry tapir sends in a piece from Down Under which begins "Mozilla is readying a program that will allow companies to build their own customized browsers based on the next version of Firefox, which will be out in a few weeks. ... Through the Build Your Own Browser program, which will start sometime soon after Firefox 3.5 is released at the end of June, companies can use a Web application provided by Mozilla to specify certain customizations for the browser, such as bookmarks to certain sites or corporate intranets or portals. ... The bulk of enterprises still use Internet Explorer if they mandate a browser for company use, because Microsoft provides provisioning and installation software for IE that makes it easy for enterprises to control browser settings and install across all corporate desktops, said Forrester analyst Sheri McLeish. Mozilla has not historically done this, but something like the Build Your Own Browser program is a good start to encourage enterprises to use Firefox over IE."
I dunno, I work for a Fortune 100 company and we use IE because all the crappy "enterprise" software we run requires stupid ActiveX or JavaScript or whatever that only runs on IE6. Good luck to FireFox, but customizations ain't got nothing to do with it where I work.
There's even more to it than that. The WebBrowser COM/.NET control is the IE control. Even if you manage to supplant IE as the browser of choice, all code which embeds the COM or .NET wrapped COM control depends on it. So for example, the Windows Shell and the help system, and Windows Update, Windows Media Player, third party apps integrating the system WebBrowser such as WinAmp, etc.
The Internet Explorer browser itself is really just a light weight set of UIs wrapped around the standard WebBrowser COM/ActiveX control. It's actually pretty fun to write .NET code that interacts with the WebBrowser. You can add some interesting features like web page scrapers, etc.
Even more than before, ISPs will push "their" own flavor of a browser that comes bundled with those godforsaken coasters that unsuspecting victims dump into their machines, only to end up with an IE (or FF from now on, too) that blatantly advertises the ISP, rehijacks the "favorite browser" position every time you rip it from him and stuff all kind of browser addons into it that you strangely cannot get rid of anymore due to miraculously missing deinstall routines.
I like the idea. No really, I do. But this is what it will be (ab)used for.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
At UW-Milwaukee's dorms, I used FFDeploy to do just this: create a silent Firefox installer for student and faculty machines with some built-in bookmark buttons for our student service websites, e-mail system and so on.
Doing this saves time and installs FF with a nice student-friendly UI right off the bat -- very useful in converting otherwise IE-centric students who don't care what browser they're using to Firefox.