I need to install firefox on 100+ machines, I've done a few manually but its too much of a task to do the whole lot. I need to :

  1. Install firefox executable
  2. Set "dont import anything(from Internet Explorer)"
  3. Set default browser to "no"
  4. Set default browser not to check again
  5. Copy a shortcut onto the desktop that goes to a specific URL

I know this should be able to be implemented with an MSI package, but could I also set those settings?

Thanks

link|improve this question

Perhaps better asked at serverfault.com? If you have AD group policy available to you, there are distribution packages and management templates out there. But that's beyond SU's scope. – techie007 Mar 22 '10 at 23:03
feedback

1 Answer

up vote 2 down vote accepted

Prepare a INI File and store it on your file server see here for Writing the INI FIle: https://wiki.mozilla.org/Installer:Command_Line_Arguments

and in all the systems, run the SEtup with COmmand line

FirefoxSetup.exe  /S /INI=<your INIFile path>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.