Posted on 01-25-2017 06:20 AM
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?
Posted on 01-25-2017 07:19 AM
Try EnableProfileMigrator=0.
/Applications/Firefox.app/Contents/Resources/browser is the right spot.
Posted on 04-06-2017 08:36 AM
@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!
Posted on 04-06-2017 12:36 PM
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.
Posted on 04-06-2017 01:13 PM
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