/build/static/layout/Breadcrumb_cap_w.png
Firefox has 4 inventory records, 102 Questions, 9 Blogs and 48 links. Please help add to this by sharing more!

Deployment Tips (6)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)

Deployment Tip Summary

For Re-Packaging Firefox, you can follow this link: http://msiworld.blogspot.com.au/2012/01/packaging-mozilla-firefox-901.html
117
Command Line
This is what I found on one of the message boards and it worked beautifully:

Setup.exe -ma -ira
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

For Re-Packaging Firefox, you can follow this link:

http://msiworld.blogspot.com.au/2012/01/packaging-mozilla-firefox-901.html

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
For Firefox Setup 10.0.2 I used the following...

Run Parameters: /i
Full Command Line: -ms
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
Silent Parameter: "Firefox Setup 10.0.2.exe" -ms To add more settings: copy /y "override.ini" "%PROGRAMFILES(x86)%\Mozilla Firefox\override.ini" if not exist "%PROGRAMFILES(x86)%\Mozilla Firefox\defaults\profile\" mkdir "%PROGRAMFILES(x86)%\Mozilla Firefox\defaults\profile\" copy /y "prefs.js" "%PROGRAMFILES(x86)%\Mozilla Firefox\defaults\profile\prefs.js" The prefs.js looks like this: # Mozilla User Preferences /* Do not edit this file. * * If you make changes to this file while the application is running, * the changes will be overwritten when the application exits. * * To make a manual change to preferences, you can visit the URL about:config * For more information, see http://www.mozilla.org/unix/customizing.html#prefs */ user_pref("browser.migration.version", 1); user_pref("browser.places.importBookmarksHTML", false); user_pref("browser.places.smartBookmarksVersion", 1); user_pref("browser.preferences.advanced.selectedTabIndex", 1); user_pref("browser.rights.3.shown", true); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.startup.homepage", "HOMEPAGE"); user_pref("browser.startup.homepage_override.mstone", "rv:1.9.2"); user_pref("intl.charsetmenu.browser.cache", "UTF-8"); user_pref("network.automatic-ntlm-auth.trusted-uris", "fifa.org"); user_pref("network.cookie.prefsMigrated", true); user_pref("privacy.sanitize.migrateFx3Prefs", true); user_pref("app.update.auto", false); user_pref("app.update.enabled", false); user_pref("browser.search.update", false); user_pref("extensions.update.enabled", false); More user_pref you can find in the Mozilla Firefox when you type: about:config in the address bar
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

For creating lock down environment create a notepad file and save it as mozilla.cfg

This file should start with "//" as first line from the second line necessary lock down options should be added.

lockdown options are available under "about:config" page.

config file(mozilla.cfg) has to be placed under "C:\Program Files\Mozilla Firefox\" folder.

for loading the config file you have to place the "local-settings.js" file under "C:\Program Files\Mozilla Firefox\defaults\pref"

following content has to be appended if file exist or this file has to be created and added.

<<-code

pref("general.config.obscure_value", 0);
pref("general.config.filename", "Mozilla.cfg");

->>end of code

for override the profile import create override.ini under "C:\Program Files\Mozilla Firefox\" and add following contents

<<-code

[XRE]
EnableProfileMigrator=false

->>end of code

 i tesed with version 15 to 17 and works

for more reference : http://kb.mozillazine.org/Locking_preferences

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line

"firefox setup 10.0.exe" -ms

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (4)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Firefox

Version

10.0.2

Comments

Mozilla Firefox 10.0.2 (x86 de)

Uninstall String

C:\Program Files\Mozilla Firefox\uninstall\helper.exe C:\Program Files (x86)\Mozilla Firefox\uninstall\helper.exe C:\Programme\Mozilla Firefox\uninstall\helper.exe

Questions & Answers (102)

Questions & Answers related to Mozilla Firefox

1
ANSWERED
2
ANSWERS
2
ANSWERED
0
ANSWERS
2
ANSWERED
3
ANSWERS
1
ANSWERS
2
ANSWERS
2
ANSWERS
2
ANSWERED
4
ANSWERED
3
ANSWERED
2
ANSWERS
5
ANSWERS
2
ANSWERS
3
ANSWERED
1
ANSWERS

Blogs (9)

Blog posts related to Mozilla Firefox

Reviews (0)

Reviews related to Mozilla Firefox

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ