Those would be CFG file settings.
// Disable updater
lockPref("app.update.enabled", false);
// make absolutely sure it is really off
lockPref("app.update.auto", false);
lockPref("app.update.mode", 0);
lockPref("app.update.service.enabled", false);
To give you an idea, here’s my Mozilla.cfg:
//Firefox Default Settings
// set Firefox Default homepage
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=http://www.apus.edu");
// Disable Default Browser check
lockPref("browser.shell.checkDefaultBrowser", false);
// Don't show WhatsNew on first run after every update
pref("browser.startup.homepage_override.mstone","ignore");
// Disable updater
lockPref("app.update.enabled", false);
// make absolutely sure it is really off
lockPref("app.update.auto", false);
lockPref("app.update.mode", 0);
lockPref("app.update.service.enabled", false);
// Don't show 'know your rights' on first run
pref("browser.rights.3.shown", true);
// Disable health reporter
lockPref("datareporting.healthreport.service.enabled", false);
// Disable all data upload (Telemetry and FHR)
lockPref("datareporting.policy.dataSubmissionEnabled", false);
// Disable crash reporter
lockPref("toolkit.crashreporter.enabled", false);
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports
= false;
// Sets browser search code
pref("browser.search.countryCode", "US");
// Sets browser region
pref("browser.search.region", "US");
pref("browser.newtabpage.enhanced", true);
// Removes Firefox default Smart Bookmarks
pref("removeSmartBookmarks", true);
pref("removeDefaultBookmarks", true);
// Disable share page
lockPref("disableSharePage", true);
// Disables developer tools
lockPref("removeDeveloperTools", true);
lockPref("disableResetFirefox", true);
pref("noUpgradePage", true);
lockPref("removeSetDesktopBackground", true);
lockPref("browser.search.defaultenginename.US", "Google");
lockPref("browser.search.defaultenginename", "Google");
pref("browser.search.order.1", "Google");
pref("browser.search.order.2", "Bing");
// Don't ask to install the Flash Plugin
pref("plugins.notifyMissingFlash", false);
lockPref("services.sync.enabled", false);
// disable history, download, cache, password and settings
//pref("browser.privatebrowsing.autostart", true)
// clear cookies
pref("privacy.clearOnShutdown.cookies", true)
From: Enterprise <[email protected]> on behalf of William Spratt
<[email protected]>
Date: Thursday, December 1, 2016 at 11:57 AM
To: "[email protected]" <[email protected]>
Subject: [Mozilla Enterprise] two cmd line install switches query
Hi All,
I can successfully get the both switches (/S and –ms) to work for Firefox to
install silently.
However, I can’t get the –setDefaultBrowser (to automatically make Firefox the
default browser on install) and MaintenanceService=false (to stop the
maintenance service software to install) switches to work. Has anyone managed
this?
Regards
Will
[ttp://fera.co.uk/files/signatures/Fera-Logo.jpg]
Will Spratt
IT Scientific Support Specialist
Fera Science Ltd.
[email protected]<mailto:[email protected]> | Tel +44 (0)1904
46 2631 | Mob +44 (0)7810855621
www.fera.co.uk<http://www.fera.co.uk/> |
Twitter<https://twitter.com/ferascience> |
LinkedIn<https://www.linkedin.com/company/fera-science> |
YouTube<http://www.youtube.com/user/FeraUK1>
[riGen-Logo]
Introducing OriGen - Fera’s new contamination traceback service
Utilising whole genome sequencing we can help you prevent future product recalls
For more details click
here<http://fera.co.uk/food-safety-quality/riskidentification/origen.cfm>.
This message is private and confidential. If you have received it in error,
please notify the sender and remove it from your system.
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise
To unsubscribe from this list, please visit
https://mail.mozilla.org/listinfo/enterprise or send an email to
[email protected] with a subject of "unsubscribe"