We deploy firefox ESR using the executable. (pretty fool proof unless they
change registry locations on ya)
@echo off
REM Mozilla Firefox ESR gpo
set version=0
set reginput='REG QUERY "HKLM\SOFTWARE\Wow6432Node\Mozilla\Mozilla FireFox ESR"
/v ""'
for /f "tokens=2*" %%a in ( %reginput% ) do set "Version=%%~b"
REM echo Mozilla Firefox ESR %Version% installed
IF '%Version%' GEQ '45.3.0' (
echo Mozilla Firefox ESR %Version% Installed, Nothing to do!
GOTO endofscript
) ELSE (
echo Installing Mozilla Firefox ESR 45.3.0, please wait...
"\\<your software location>\Firefox Setup 45.3.0esr.exe" -ms /INI=\\<your
software location>\config.ini
)
:endofscript
Jason
From: Enterprise [mailto:[email protected]] On Behalf Of Martin
Jernberg
Sent: Wednesday, August 24, 2016 11:01 AM
To: Eric Periard <[email protected]>; [email protected]
Subject: Re: [Mozilla Enterprise] MSI installer for Firefox ESR enterprise
deployments
We use this inoffical ones where i work:
http://www.frontmotion.com/firefox/
________________________________
Från: Enterprise
<[email protected]<mailto:[email protected]>> för
Eric Periard <[email protected]<mailto:[email protected]>>
Skickat: den 24 augusti 2016 16:36
Till: [email protected]<mailto:[email protected]>
Ämne: Re: [Mozilla Enterprise] MSI installer for Firefox ESR enterprise
deployments
Unfortunately, there isn't any current official MSI from Mozilla.
Eric
From: Enterprise [mailto:[email protected]] On Behalf Of Urbanski
Tomasz
Sent: Wednesday, August 24, 2016 10:30 AM
To: [email protected]<mailto:[email protected]>
Subject: [Mozilla Enterprise] MSI installer for Firefox ESR enterprise
deployments
Hello,
Is it possible to use a MSI installer package for enterprise deployment of
Firefox ESR?
Does it make sense? Does anybody do it?
Many thanks,
Tom.
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise
To unsubscribe from this list, please visit
https://mail.mozilla.org/listinfo/enterprise or send an email to
[email protected] with a subject of "unsubscribe"