This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

How to remove all end user prompts and change the home page - Firefox Application Deployment

  • 2 răspunsuri
  • 17 au această problemă
  • 1 vizualizare
  • Ultimul răspuns de DanScallon

more options

I am looking to modify the Firefox 4.01 install to remove the end user prompts.

I don't want the end user to see: -Import Wizard (set to - don't import anything) -Default browser check (No, do not make default-don't perform this check again) -Know your rights -Welcome page -Start Page

I would also like to set the home page to a page of my choosing

Are there switches, or modifications to the MSI that will make this happen? Can you guys provide me with documentation on how to do this?

Thank you,

Dan IT Technician

I am looking to modify the Firefox 4.01 install to remove the end user prompts. I don't want the end user to see: -Import Wizard (set to - don't import anything) -Default browser check (No, do not make default-don't perform this check again) -Know your rights -Welcome page -Start Page I would also like to set the home page to a page of my choosing Are there switches, or modifications to the MSI that will make this happen? Can you guys provide me with documentation on how to do this? Thank you, Dan IT Technician

Toate răspunsurile (2)

more options

See comments 38 and 39:

  • Bug 286557 – Need an easy way to skip/disable/turn off the Import Wizard (profile migration) on first startup (when no profile exists)

See also:


Is this for new users or are you updating users that already have a Firefox profile folder?

You can lock prefs or set a new default value for prefs via a mozilla.cfg file.
See:

You can use these functions in mozilla.cfg :

defaultPref();  // set new default value
pref(); // set pref, but allow changes
lockPref();  // lock pref, disallow changes
more options

Thank you cor-el!

I am new to packaging Do I need to extract the MSI and add an INI file to it and edit tables then build the MSI to make that work?