Hi Will,

We have SCCM in our environment too and I use the following command in a CMD 
file.

rem Initialize Settings
rem Configure variables
rem Set SourceDir=%~dp0
rem ShortPath:  Set SourceDir=%~dps0
cls
Set SourceDir=%~dps0
if "%SourceDir:~-1%"=="\" Set SourceDir=%SourceDir:~0,-1%
::-----------------------------------------------
Set App_Name=Mozilla Firefox ESR 60.1.0
::-----------------------------------------------
Title %App_Name%
::-----------------------------------------------


I like using this structure because I like to see the %SourceDir%, the 
directory separation “\” and the filename so ensure I don’t have a typo 
anywhere in the command line.  Now that I have these variables in place I can 
install using this structure:

%SourceDir%\Firefox_Setup_60.2.0esr.exe /INI=%SourceDir%\Firefox.ini


Let me know if you find this useful.

Tony Villarreal



From: Enterprise <[email protected]> On Behalf Of BRECHEMIER Denis
Sent: Monday, September 24, 2018 5:00 AM
To: NANQUETTE ANDRÉ <[email protected]>; 'William Spratt' 
<[email protected]>; [email protected]
Subject: Re: [Mozilla Enterprise] Silent install question

Hello,

I use :
start /b /wait cmd /c ""%~dp0firefox-cnav.exe" /INI="%~dp0InstallConfig.ini""
in a cmd and it works.

Kind Regards.

[http://netinfov2.r10.an.cnav:7793/%7E/_layouts/images/Signature/ombre_gauche.jpg]

Denis Bréchemier
Domaine Poste de Travail et Composants
Pôle Technique National Infrastructure et Informatique Régionale
Tél. 02 51 72 82 13



[http://netinfov2.r10.an.cnav:7793/LogosCarsat/Flogocarsat.jpg]

[http://netinfov2.r10.an.cnav:7793/%7E/_layouts/images/Signature/ombre_droite.jpg]


[http://netinfov2.r10.an.cnav:7793/%7E/_layouts/images/Signature/Ico_DD.gif]Retrouvez-nous
 sur 
www.carsat-pl.fr<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.carsat-2Dpl.fr_&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=Y_z99ZCAGDM4V-h5Mqsv-0Qf1YG7walH_IVd4riGePI&e=>



De : Enterprise 
<[email protected]<mailto:[email protected]>> De la 
part de NANQUETTE ANDRÉ
Envoyé : lundi 24 septembre 2018 11:51
À : 'William Spratt' 
<[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Objet : Re: [Mozilla Enterprise] Silent install question

Hi,

Try doing a “pushd %~dp0” in your installation script before the Firefox setup 
and then simply calling the Firefox.ini without adding a path before it.
Use popd afterwards to return to the original path.

Best regards,

[cid:[email protected]]

André NANQUETTE

IT-Infrastructure Services
50, avenue J.F. Kennedy
L-2951 Luxembourg
Tel: (+352) 4242 6257
[email protected]<mailto:[email protected]>
http://www.bgl.lu<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bgl.lu_&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=i-KceeJCwIRBKYhfQjx9i_umw_VqDdJfLI4bxYH5FpQ&e=>

[icône représentant un arbre et symbolisant la nature]Do not print this 
document unless it is necessary, consider the environment



From: Enterprise [mailto:[email protected]] On Behalf Of William 
Spratt
Sent: Monday 24 September 2018 11:32
To: [email protected]<mailto:[email protected]>
Subject: [Mozilla Enterprise] Silent install question

***** This message comes from the Internet Network *****
Hi Everyone,

Question: I want to install Firefox silently, and avoid installing the 
maintenance service(1).
The command line:
“"Firefox Setup 60.2.1esr.exe" /INI=C:\Users\username\Downloads\Firefox.ini”
Does the job.

The command line:
“"Firefox Setup 60.2.1esr.exe" /INI=%~dp0Firefox.ini”
Doesn’t.
We use SCCM to install software (including Firefox), which copies the .exe and 
.ini files locally before install, but the location is not consistent.  As a 
work around, I’ve written a VBS file which copies the file into a consistent 
location, and the installation runs as required, but this feels inelegant.  Has 
anyone got a better solution?
(1)Our system has rigid change control.  We have specific windows when we’re 
allowed to update software, so we turn off the auto-update feature.  This makes 
the installing the maintenance service software redundant, so we’ve been told 
not to install it.

Regards

Will

Will Spratt
IT Science Support Specialist
Tel:         01904 46 2631

From: Enterprise [mailto:[email protected]] On Behalf Of Ryan 
VanderMeulen
Sent: 21 September 2018 21:54
To: [email protected]<mailto:[email protected]>
Subject: [Mozilla Enterprise] Firefox ESR 60.2.1 Released

Firefox ESR 60.2.1 is now available for download at:
https://www.mozilla.org/firefox/organizations/all/<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.mozilla.org_firefox_organizations_all_&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=7aOwLSuXstBECdMzcyzzwk6a5SSMK9uEW2pFb6Ug1HU&e=>

As always, we recommend that users keep up to date with the newest version of 
Firefox ESR for the latest stability and security fixes.

Release notes for Firefox 60.2.1 are available at:
https://www.mozilla.com/firefox/60.2.1/releasenotes/<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.mozilla.com_firefox_60.2.1_releasenotes_&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=InHHntxFDsxu1-LugQ-fyjgfnIxTK-imEzzDIDwdRS0&e=>

Associated security advisories are posted at:
https://www.mozilla.org/security/advisories/mfsa2018-23/<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.mozilla.org_security_advisories_mfsa2018-2D23_&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=t0MaoXgi2HLuJPFDj9djcQB2c4MKs8n1mGAazG3mBqI&e=>

Ryan VanderMeulen
Firefox Release Manager
[Image supprimée par l'expéditeur. Lorem ipsum]

We are coordinating a nationwide community effort to sample and
analyse the biodiversity of our soil ‐ this will help to develop
sustainable agriculture and improve soil health. More information
click 
here<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.fera.co.uk_crop-2Dhealth_introducing-2Dthe-2Dbig-2Dsoil-2Dcommunity&d=DwMGaQ&c=Z_mC1sqOcfBCM1ZptXokOj7_ss37GsaAMzCZyvOxKN4&r=dB27l4TvgQaiexoRHhO0lWjbHgPEWSLT2874uw1XBNMzFtqjxt8g6h92RCQV7O29&m=zy9qtziDejLJiuP38MoFrFVaHQhmQVY3S_Dl8WXjB2c&s=RLchm8TBKWE4_YKB3-vUqzx59viNGqTcIsb5nWUNCg8&e=>

============================================
Internet communications are not secure and therefore BGL BNP Paribas does not 
accept legal responsibility for the contents of this message. The information 
contained in this e-mail is confidential and may be legally privileged. It is 
intended solely for the addressee. If you are not the intended recipient, any 
disclosure, copying, distribution or any action taken or omitted to be taken in 
reliance on it, is prohibited and may be unlawful. Nothing in the message is 
capable or intended to create any legally binding obligations on either party 
and it is not intended to provide legal advice.
============================================
*****************************************************************************************

Ce message électronique, les éventuels fichiers joints et les informations 
qu'il contient, peuvent être couverts par le secret professionnel et sont 
exclusivement adressés à son destinataire. Si vous le recevez par erreur, merci 
d'en informer l'expéditeur et de le détruire. A ce titre, toute diffusion non 
autorisée de ce message, même partielle, sous quelque forme que ce soit, est 
interdite et punie par la loi.

En aucun cas, le contenu de ce message ne peut valoir offre ou acceptation ou 
engagement de la part de la CARSAT PAYS DE LA LOIRE.

Les opinions contenues dans ce message sont personnelles à l'émetteur.

Il est de la responsabilité du destinataire de s'assurer que le message et ses 
éventuelles pièces jointes ne contiennent pas de virus informatique.
_______________________________________________
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"

Reply via email to