+ Post New Thread
Page 7 of 13 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 181
Windows Thread, Deploying Firefox in Technical; For instance, the CSS tries to disable #bookmarksMenu, however in Michael's custom version it is not disabled, it appears to ...
  1. #91

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    For instance, the CSS tries to disable #bookmarksMenu, however in Michael's custom version it is not disabled, it appears to use a different ID tag as it is named "Favorites", and I cannot load the DOM inspector to find out what tag it is since addons are disabled (lol)
    For clarification (by default) Internet Explorer uses Favourites and Firefox uses Bookmarks. The Bookmarks menu is being disabled by userChrome.css and as its replacement a Firefox extension is installed so it displays Favourites.

    The whole purpose of this idea is so users can dynamically switch between Internet Explorer and Firefox and still keep their Favourites. Some websites/applications unfortunately still require Internet Explorer, but the majority will run using Firefox. As a result it means even less experienced users have a small learning curve if they switch from one browser to the other.

    There might be an extension that allows you to block specific file extensions. Have a look here

  2. #92

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Michael is correct. We both use the Plain Old Favourites add-on for Firefox as this allows users to keep the favourites they already have in Internet Explorer while avoiding confusion and duplication of sites in both browsers. Hence why the native Firefox bookmarking system is disabled. While our students would be fine with this, I don't think staff would be able to cope with two sets of bookmarks.

    Blocking file-types is normally done at the Internet gateway/proxy level, but I'm sure there is a way to do this with Firefox.

  3. #93

    Join Date
    Nov 2009
    Location
    Phoenix, AZ
    Posts
    2
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    That's pretty slick actually.

    There is an addon that filters downloads : https://addons.mozilla.org/en-US/firefox/addon/3911

    It does a lot of the same things that Michael's MSI build does, but I haven't figured out how to integrate it into my custom build yet. The -install-global-extension command will install the addon, but not configure it (default filters no downloads). I suspect I can set the extension options in the mozilla.cfg file the same way as the other settings, right?

    If I can filter the allowed extensions, this will be perfect!

  4. #94
    cookie_monster's Avatar
    Join Date
    May 2007
    Location
    Derbyshire
    Posts
    4,085
    Thank Post
    329
    Thanked 271 Times in 233 Posts
    Rep Power
    68
    I haven't really been following this thread, i'm just wondering if this has been posted.

    Firefox MSI

  5. Thanks to cookie_monster from:

    jumpinjamez (18th January 2010)

  6. #95

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I am aware of Frontmotion's existence, however the Logistix Mozilla Firefox 3.5.7 Pack does things Frontmotion's does not. Typical examples of this are -

    - The Tools > Options menu is all greyed out and unchangeable
    - Bookmarks is replaced with Favorites. Users can switch between IE and FF and keep the same list of Favorites
    - Add-ons cannot be installed, improving security and consistency
    - Upgrading FF is disabled. This allows a Network Manager to consistently keep the same version across their domain
    - Proxy Settings and Exceptions are configured by default
    - The Homepage is configured by default

    I hope this clarifies the differences

  7. Thanks to Michael from:

    cookie_monster (18th January 2010)

  8. #96
    cookie_monster's Avatar
    Join Date
    May 2007
    Location
    Derbyshire
    Posts
    4,085
    Thank Post
    329
    Thanked 271 Times in 233 Posts
    Rep Power
    68
    Quote Originally Posted by Michael View Post
    I am aware of Frontmotion's existence, however the Logistix Mozilla Firefox 3.5.7 Pack does things Frontmotion's does not. Typical examples of this are -

    - The Tools > Options menu is all greyed out and unchangeable
    - Bookmarks is replaced with Favorites. Users can switch between IE and FF and keep the same list of Favorites
    - Add-ons cannot be installed, improving security and consistency
    - Upgrading FF is disabled. This allows a Network Manager to consistently keep the same version across their domain
    - Proxy Settings and Exceptions are configured by default
    - The Homepage is configured by default

    I hope this clarifies the differences


    So it's similar but school proof

  9. #97

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    So it's similar but school proof
    Exactly, you got it! The original reason for the creation however was because of Policy Central, however thankfully the latest v3.0.0.9 appears to speed things up. Still as a precaution I'm still going to keep both browsers operating side by side and I recommend others do too

  10. #98

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Quote Originally Posted by cookie_monster View Post
    I haven't really been following this thread, i'm just wondering if this has been posted.
    The FrontMotion .msi has been mentioned before, but the main problem I see with it is that his releases often lag anywhere between several days to a few weeks behind the official Mozilla releases; sometimes even missing out point releases completely! The table I created below illustrates this quite well. IMO, a bit worrying when there are so many zero day exploits around these days. Another disadvantage is that the FrontMotion GPOs are incapable of setting defaults for users without locking them completely or modifying other Firefox settings which are controlled via JS/CSS files (as far as I can tell).

    Code:
    Release   Mozilla      Front Motion    Difference
    3.5       30/06/2009   07/07/2009       8 days
    3.5.1     16/07/2009   22/07/2009       7 days
    3.5.2     03/08/2009   05/08/2009       2 days
    3.5.3     09/09/2009   18/09/2009      10 days
    3.5.4     27/10/2009       -           17 days
    3.5.5     05/11/2009   12/11/2009       8 days
    3.5.6     15/12/2009   31/12/2009      17 days
    3.5.7     05/01/2010   11/01/2010       7 days
    Also, as mentioned above, Michael's (and my own) customized versions of Firefox are more school-proof.
    Last edited by Arthur; 18th January 2010 at 08:52 PM.

  11. #99
    cookie_monster's Avatar
    Join Date
    May 2007
    Location
    Derbyshire
    Posts
    4,085
    Thank Post
    329
    Thanked 271 Times in 233 Posts
    Rep Power
    68
    So are you setting it up so IE and FF can be run at the same time by users? How are you making it so they share favorites and history etc? (or has this been covered deep in the thread)

  12. #100

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    Yes, both IE and FF can be run at the same time. The important little trick is FF is set to not check whether it's the default browser and IE is also set to not check whether it's default using Group Policy. They'll then work together without nagging the user.

    IE technically remains the system default however which is still recommended. IE is used for many system functions as it's well integrated into Windows XP for example. To ensure users use a specific browser for a particular website, you can create a custom shortcut. By creating a shortcut from Firefox.exe, the target path would read as follows:

    Code:
    "C:\Program Files\Mozilla Firefox\firefox.exe" http://www.logistixonline.com/
    The Bookmarks menu has been removed from FF and an add-on to emulate IE's Favorites is included. This means both browsers dynamically read Favorites, so if I add a new Favorite in IE, it's visible in FF and visa versa.

    IE and FF History is not shared or transferred. Generally speaking a user will use one browser or the other and rarely both at the same time. This probably is possible to achieve, but I haven't seen the demand for it.

  13. Thanks to Michael from:

    cookie_monster (19th January 2010)

  14. #101
    rob998's Avatar
    Join Date
    Jun 2005
    Posts
    82
    Thank Post
    22
    Thanked 17 Times in 3 Posts
    Rep Power
    17
    How do you guys get around using SSL site using this version of FF.

    I cannot access my OWA or Portal, just getting a timed out message for each.

    Rob

  15. #102

    DaveP's Avatar
    Join Date
    Oct 2006
    Location
    Can't talk now: The mother-ship is calling!
    Posts
    4,485
    Blog Entries
    1
    Thank Post
    168
    Thanked 663 Times in 419 Posts
    Rep Power
    511
    Quote Originally Posted by rob998 View Post
    How do you guys get around using SSL site using this version of FF.

    I cannot access my OWA or Portal, just getting a timed out message for each.

    Rob
    Not helpful I know [unless other replies are similar to mine] this aspect worked straight away wothout any extra work required from me.

  16. #103

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    How do you guys get around using SSL site using this version of FF.
    If you're using a proxy, within the exceptions make sure localhost and 127.0.0.1 are listed as a minimum otherwise accessing SSL sites will fail.

  17. Thanks to Michael from:

    rob998 (19th January 2010)

  18. #104

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Looks like Mozilla will be releasing Firefox 3.6 tomorrow at 5.30 p.m.

    Firefox 3.6 will be available for download at www.firefox.com on Thursday, January 21st at 9:30am Pacific Standard Time.

  19. #105
    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    5,153
    Thank Post
    289
    Thanked 385 Times in 357 Posts
    Rep Power
    98
    It's been released. Do you plan to make this available Michael anytime soon? Looking at deploying Firefox to a few machines so makes sense to hold off if you're working on this.

    Any chance you can also summarise again what you've done to this version or point me in the direction of the latest explanation? The first post hasn't been updated and I assume you've tweaked it again since October.

SHARE:
+ Post New Thread
Page 7 of 13 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. Deploying a Screensaver
    By johnkay21 in forum Windows
    Replies: 13
    Last Post: 4th August 2011, 04:13 AM
  2. deploying software
    By projector1 in forum How do you do....it?
    Replies: 17
    Last Post: 11th March 2009, 05:27 PM
  3. Deploying .NetFramework
    By jwood in forum Windows
    Replies: 12
    Last Post: 23rd September 2008, 09:37 PM
  4. Deploying IE7
    By OverWorked in forum Windows
    Replies: 21
    Last Post: 24th May 2007, 07:54 AM
  5. Deploying OpenOffice and Firefox
    By catbert in forum How do you do....it?
    Replies: 2
    Last Post: 30th June 2006, 11:00 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •