Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Set first run homepage on the installer

  • 1 resposta
  • 1 tem este problema
  • 14 visualizações
  • Última resposta por Wesley Branton

more options

I am deploying Firefox to a bunch of users in my company. I want to know if there is a way to set the installar so it will go to a homepage of my choosing on the first run, and allow users to change it going forward. Anyone have suggestions?

Thanks! Frank

I am deploying Firefox to a bunch of users in my company. I want to know if there is a way to set the installar so it will go to a homepage of my choosing on the first run, and allow users to change it going forward. Anyone have suggestions? Thanks! Frank

Todas as respostas (1)

more options

It sounds like your best option is to include the following code in an AutoConfig file:

defaultPref("browser.startup.homepage", "http://example.com");

That will set the default homepage, but will also allow the user to change the homepage, which sounds like what you want to do.

The best part is that if you have to deploy it on many computers and don't want to manually implement the AutoConfig file on all of the computers, you can create your own custom Firefox installation file for Windows. See Repackaging the Windows Installer for more information.

Hope this helps.