Skip to main content
Question

Disable Import wizard at first launch Mozilla Firefox 50 - Mac Sierra

  • January 25, 2017
  • 4 replies
  • 34 views

Forum|alt.badge.img+3

I have created override.ini with this in its contents

[XRE]
EnableProfileMigrator=false

and tried placing it in the below locations.
/Applications/Firefox.app/Contents/MacOS/override.ini
/Applications/Firefox.app/Contents/Resources
/Applications/Firefox.app/Contents/Resources/Browser

But still I am seeing the import wizard at first launch. Have anyone able to resolve this?

4 replies

Forum|alt.badge.img+15
  • Esteemed Contributor
  • January 25, 2017

Try EnableProfileMigrator=0.

/Applications/Firefox.app/Contents/Resources/browser is the right spot.


Forum|alt.badge.img+6
  • New Contributor
  • April 6, 2017

@app2pack Have you been able to get this to work. We are also trying to suppress the import wizard during initial startup on Firefox. I've tried using this method, which didn't work. Also tried adding EnableProfileMigrator=false to our custom .cfg file we have created within the Resources directory. Still no luck. Any help would be greatly appreciated!


Forum|alt.badge.img+6
  • New Contributor
  • April 6, 2017

Just solved it. Need to create an ini file called override.ini then include the following:

[XRE]
EnableProfileMigrator=0

I first tried saving the .ini file within Text Edit, did not work. I had to create it within Text Wrangler. Once the file has been created, add it to /Applications/Firefox.app/Contents/Resources/browser

This can be tested multiple times by logging into the machine as a new user, without the need to rebuild.

This was tested successfully on Firefox 52.


georgecm12
Forum|alt.badge.img+12
  • Valued Contributor
  • April 6, 2017

This, and many other things, can also be accomplished with the CCK:
https://mike.kaply.com/cck2/

To create an installer that installs Firefox and also installs the CCK, use autopkg and Greg Neagle's recipe:
https://github.com/autopkg/gregneagle-recipes/tree/master/Mozilla