
hi i want to add firefox 22.0 beta6 to the windows8 iso so that it installs as i install windows8 how can i do this?
i want such a solution whare it wont prompt me for anything when i install windows8 with firefox
Chosen solution
unfortunately i have no experience with batch files whatsoever so i cannot judge if everything is setup correctly.
from what it appears, the install firefox.bat file is unnecessary (just leave it out), since the installation is already triggered (silently) in your mozilla installation commands.cmd. you don't need to rename the installer, it is already addressed correctly in the latter file. just put it into the same folder as the other files...
what is missing yet, is the setting of firefox as default browser on the system. therefore the command
"%ProgramFiles(x86)%\Mozilla Firefox\firefox.exe" -setDefaultBrowser
would have to be added near the end of the script.
Read this answer in context 👍 1All Replies (8)
hello austinpinto, you can run the installer with the command line argument -ms in order to run it silently: https://wiki.mozilla.org/Installer:Command_Line_Arguments
how this can be integrated into a windows install disk probably goes beyond the capacities of the firefox support forums here though. you'd probably be better of consulting a forum specialising in windows or software deployment...
Note that the Firefox beta versions get an update about once every week.
Also be aware that Firefox 22 will be released officially later this week (likely this Tuesday), so no need to install the beta version.
ok so how do i add the released version to windows8 iso as a silent installer?
hi thanks for your answer i know how to intigrate firefox into windows but can u please send me all the command files and the config files required to install it silently? i will be adding firefox 22 when its released i want to install it as a default browser with standard setup type on a 32 bit system with all setup options to its defaults thanks
hi all im not getting any solution to this post how do i create a ms command switch i also read somewhare that i must extract the firefox.exe and edit the comfig file and chang the line that says normal install to silent install but how do i extract firefox also some1 told me that i must add firefox setup to a self extracting archive and add the run ms command to it i cannot understand anything in this can some1 please redirect me to links that has step by step answers or can some1 send all the config files that i require to silently install firefox 22.0
hello, i taught this was already covered in the original link. download the current setup file & run it with the -ms parameter appended in order to perform a silent install without any further interaction:
Firefox Setup 22.0.exe -ms
in case you want to set it as your system's default browser, you can run the following command after the installation has completed:
%ProgramFiles(x86)%\Mozilla Firefox\firefox.exe -setDefaultBrowser
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
hi but what should i do should i rename the installer to firefox setup 22.0 -ms? or do i make a new cmd file and put this commands there anyway i have browsed all the websites and created some files which they told me to create can you please see if the code in the files right? im sending you the link
https://dl.dropboxusercontent.com/u/16617710/firefox%20install%20files.rar
Chosen Solution
unfortunately i have no experience with batch files whatsoever so i cannot judge if everything is setup correctly.
from what it appears, the install firefox.bat file is unnecessary (just leave it out), since the installation is already triggered (silently) in your mozilla installation commands.cmd. you don't need to rename the installer, it is already addressed correctly in the latter file. just put it into the same folder as the other files...
what is missing yet, is the setting of firefox as default browser on the system. therefore the command
"%ProgramFiles(x86)%\Mozilla Firefox\firefox.exe" -setDefaultBrowser
would have to be added near the end of the script.