Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

Deploying Firefox ESR in sccm with the /INI switch

  • 4 Mbohovái
  • 1 oguereko ko apañuái
  • 20 Hecha
  • Mbohovái ipaháva Mike Kaply

more options

I've been deploying Firefox with the /S switch in SCCM (1802) for a while without issue, but I'm excited to use the new /INI= option, how ever I can't for the life of me to get it to work.

I've been trying: "Firefox Setup 60.0.2esr.exe" /INI=Install.ini "Firefox Setup 60.0.2esr.exe" /INI=%CD%\Install.ini "Firefox Setup 60.0.2esr.exe" /INI=%~dp0\Install.ini

Any help would be appreciated.

I've been deploying Firefox with the /S switch in SCCM (1802) for a while without issue, but I'm excited to use the new /INI= option, how ever I can't for the life of me to get it to work. I've been trying: "Firefox Setup 60.0.2esr.exe" /INI=Install.ini "Firefox Setup 60.0.2esr.exe" /INI=%CD%\Install.ini "Firefox Setup 60.0.2esr.exe" /INI=%~dp0\Install.ini Any help would be appreciated.

Opaite Mbohovái (4)

more options

The self-extractor should pass the parameters through. The issue here might be the path to the .ini not getting through correctly; what ends up on the command line really needs to be a fully resolved absolute path.

more options

I sure that is exactly what is happening, the problem is I will never know the absolute path because SCCM downloads it to C:\Windows\CCMcache\[**random folder name**].

Hence my problem. I realize I could write a script, but also it seems like if the ini file is in the same folder as the executable... then maybe I shouldn't have to give it an absolute path... many programs work this way. Also if an absolute path is absolutely needed... then I can't simply deploy with SCCM with out scripting.

more options

I'll open a bug and see if we can get this fixed.

more options

Side note - we're going to be allowing all these options via flags soon so you won't need the INI file.