ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Deploying Firefox ESR in sccm with the /INI switch

  • 4 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 20 ნახვა
  • ბოლოს გამოეხმაურა Mike Kaply

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.

ყველა პასუხი (4)

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.

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.

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

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