10.0.4 ESR and 12

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:
Re: 10.0.4 ESR and 12

Post by DraconPern » Tue May 15, 2012 8:32 pm

You're welcome!
FrontMotion Lead Developer

wasserja
Posts:14
Joined:Thu Jul 07, 2011 8:45 am

Re: 10.0.4 ESR and 12

Post by wasserja » Wed May 16, 2012 1:40 pm

My psexec script just launces a batch file I made to install the Firefox MSI.

Example:
psexec \\computername -d -u domain\username \\server\share\ffinstalll.bat
psexec @c:\firefoxpcs.txt -d -u domain\username \\server\share\ffinstalll.bat

ffinstall.bat
msiexec /i \\server\share\firefox\FireFoxESR-10.0.4-en-US.msi /qn /norestart
xcopy /y \\server\share\firefox\firefox.cfg "C:\Program Files\Mozilla Firefox"
xcopy /y \\server\share\firefox\local-settings.js "C:\Program Files\Mozilla Firefox\defaults\pref"

The first line just installs the Firefox MSI
The next two lines copies files necessary to lock the Proxy settings to use the system default (i.e. The Internet Control Panel proxy settings).

P.S. There's more where that come from. I have a script that will check versions for Adobe Flash, Adobe Reader, Firefox, Java, and then update if they are out of date.

terraj01
Posts:4
Joined:Wed May 02, 2012 8:17 am

Re: 10.0.4 ESR and 12

Post by terraj01 » Wed Jun 13, 2012 7:45 am

We just implemented a firefox update server in our enviorment and we used the firefox 12 msi that you supplied. but when the update is received and installed from our server the old version is still present in add remove programs. when you uninstall the old listing it uninstalls both 12 and 13. Any thoughts on a way around this??

Post Reply