Mozilla Firefox

» Download Mozilla Firefox from here.

Rename the setup program to firefox.exe for easy usage.
The switch used for the silent installation is the following: -ms.
Add the following to your batch file:



ECHO.
ECHO Installing Mozilla Firefox
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Firefox\firefox.exe -ms


Alternative Way

There is also an alternative way to make a completely silent setup package (so, without switches).
Silence of the Foxes, this tool by forum member LaptoniC is for users who want to make a setup package with all their favorite extensions, themes, bookmarks, etc.

The code to add to your batch file is the same as above, but without the -ms switch added.



Submitted by Martijn.
Last updated 2006-01-30 03:34:49 by Martijn