/build/static/layout/Breadcrumb_cap_w.png

Mozilla Firefox 31 ESR

Good morning does anyone know the correct script to install mozilla firefox 31 ESR using managed distribution. It is an msi file

1 Comment   [ + ] Show comment
  • If it is msi you can push it out with normal silent switches or what ever is requirement. - rock_star 9 years ago

Answers (2)

Posted by: hellmonder1984 9 years ago
Orange Belt
0
If youre using the original setup file, you can use the following logon script:

@echo off
REM==========================================
REM Install FireFox 20.0.1
REM==========================================
REM Date   : 7 Mei 2013
REM Author : Marc Vincent
REM .
REM Script Details:
REM --------------
REM  This script will:
REM       + silently install or upgrade Firefox 20.0.1 WITHOUT Firefox being the default browser
REM       + Disables the 'Automatically check for updates' option
REM       + Disables the 'Always check to see if Firefox is the default browser on startup' option
REM       + Deletes desktop icon
REM       + Works for Windows XP / 7 32-bit and 64-bit
REM .
REM===========================================
echo Installing Firefox - Please Wait.
echo Window will close after install is complete

REM Install Firefox 20.0.1
"%~dp0Firefox Setup 20.0.1.exe" -ms

REM Install 32-bit customisations
if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0override.ini" "%programfiles%\Mozilla Firefox\"
if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0mozilla.cfg" "%programfiles%\Mozilla Firefox\"
if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0local-settings.js" "%programfiles%\Mozilla Firefox\defaults\pref"


REM Install 64-bit customisations
if exist "%ProgramFiles(x86)%\Mozilla Firefox\" copy /Y "%~dp0override.ini" "%ProgramFiles(x86)%\Mozilla Firefox\"
if exist "%ProgramFiles(x86)%\Mozilla Firefox\" copy /Y "%~dp0mozilla.cfg" "%ProgramFiles(x86)%\Mozilla Firefox\"
if exist "%ProgramFiles(x86)%\Mozilla Firefox\" copy /Y "%~dp0local-settings.js" "%ProgramFiles(x86)%\Mozilla Firefox\defaults\pref"


REM Removes Firefox Desktop Icon - Windows XP
if exist "%allusersprofile%\Desktop\Mozilla Firefox.lnk" del "%allusersprofile%\Desktop\Mozilla Firefox.lnk" /S

REM Removes Firefox Desktop Icon - Windows 7
if exist "%public%\Desktop\Mozilla Firefox.lnk" del "%public%\Desktop\Mozilla Firefox.lnk"

REM Return exit code to SCCM
exit /B %EXIT_CODE%
Posted by: Badger 9 years ago
Red Belt
0
default is an EXE, you can use /s. if you want to do any mods, you will have to copy extra files down. This goes so nicely into App-V. We normally copy config files to take care (suppress) the first run etc.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ