isaacforever Posted May 6, 2013 Posted May 6, 2013 heyy....how i can make silent install to firefox 20 with addon and theme and select the deafult theme in firefox ???i know the silent switch of firefox is -ms please heeeeeelp
DosProbie Posted May 7, 2013 Posted May 7, 2013 (edited) Dont know about 20 but for 15 this is the switch I use with sfx package"setup.exe" /-ms /-iraThen after I install Firefox and setup with all my addons, bookmarks and theme etc. I back everything up to a firefox folder (saved from local and roaming) and run the following script for future reinstalls, This also works for my Chrome install as well. DP.I also posted back in October a add-on installer for firefox as well-Post#13 @echo off&color a && title, [ FIREFOX SILENT SFX INSTALLER - DOS PROBIE ]::===========================================================+::= Multi-SFX.Installer.cmd =::= Deploy's Multi-Sfx via For Loop =:: Put all Sfx.exe files in Same Directory as this batch file!::===========================================================+:: =START BATCH= :: Run Batch From Current Directory %~d0cd %~d0%~p0:: Variablesset del=del /q/f set cpy=xcopy /cqhysei:: Scan and Echo files during installfor /f "delims=" %%a in ('dir/b *.exe') do (echo == Installing Post Installs == "%%a":: Install Delayping -n 4 localhost 1>nul:: Installerstart "" %%a)cls::COPY::Firefox First Run Files (bookmarks,addons,plugins,menu bar)%cpy% "%~dp0firefox\local\Mozilla" "%userprofile%\appdata\local\Mozilla\">nul%cpy% "%~dp0firefox\roam\Mozilla" "%userprofile%\appdata\roaming\Mozilla\">nul::Cleanupfor %%a in (ini lnk txt) do %del% %userprofile%\desktop\*.%%a >nul 2>&1for %%a in (ini lnk txt) do %del% %public%\desktop\*.%%a >nul 2>&1for %%a in (ini lnk txt) do %del% %homepath%\desktop\*.%%a >nul 2>&1echo. * DONE *echo.&echo.&echo.:: =END BATCH=exitheyy....how i can make silent install to firefox 20 with addon and theme and select the deafult theme in firefox ???i know the silent switch of firefox is -ms please heeeeeelp Edited May 7, 2013 by DosProbie
MitsuMan Posted May 11, 2013 Posted May 11, 2013 HalloI have use this here and that Works fine for meFirefox.exe -ms
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now