Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

Set first run homepage on the installer

  • 1 wotmołwa
  • 1 ma tutón problem
  • 14 napohladow
  • Poslednja wotmołwa wot 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

Wšě wotmołwy (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.