Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how make firefox 20 silent

Featured Replies

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 :sneaky:

please heeeeeelp :hello:

Dont know about 20 but for 15 this is the switch I use with sfx package

"setup.exe" /-ms /-ira

Then 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.biggrin.gif

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
%~d0
cd %~d0%~p0

:: Variables
set del=del /q/f
set cpy=xcopy /cqhysei

:: Scan and Echo files during install
for /f "delims=" %%a in ('dir/b *.exe') do (
echo == Installing Post Installs == "%%a"

:: Install Delay
ping -n 4 localhost 1>nul

:: Installer
start "" %%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

::Cleanup
for %%a in (ini lnk txt) do %del% %userprofile%\desktop\*.%%a >nul 2>&1
for %%a in (ini lnk txt) do %del% %public%\desktop\*.%%a >nul 2>&1
for %%a in (ini lnk txt) do %del% %homepath%\desktop\*.%%a >nul 2>&1

echo. * DONE *
echo.&echo.&echo.

:: =END BATCH=
exit

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 :sneaky:

please heeeeeelp :hello:

Edited by DosProbie

Hallo

I have use this here and that Works fine for me

Firefox.exe -ms

  • 1 month later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.