Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

"Plugin-container.exe has stopped working" error during installation of Firefox 36.0 via SCCM if Firefox is open during the installation.

  • 3 wotmołwy
  • 5 ma tutón problem
  • 3 napohlady
  • Poslednja wotmołwa wot askff01

more options

During the installation of Firefox 36.0 via SCCM (System Center Configuration Manager), if the previously installed version of Firefox is Open during the new installation, an error is displayed, "Plugin-container.exe has stopped working. A problem caused the program to stop working correctly. Please close the program". This issue only occurs if Firefox is open during installation, otherwise the installation is successful. Note: I have included a taskkill for "firefox.exe" in my install script to stop Firefox if it is running.

During the installation of Firefox 36.0 via SCCM (System Center Configuration Manager), if the previously installed version of Firefox is Open during the new installation, an error is displayed, "Plugin-container.exe has stopped working. A problem caused the program to stop working correctly. Please close the program". This issue only occurs if Firefox is open during installation, otherwise the installation is successful. Note: I have included a taskkill for "firefox.exe" in my install script to stop Firefox if it is running.

Wubrane rozrisanje

There is new logic in Firefox 36 to monitor for shutdown hangs so that the Mozilla Crash Reporter can capture data. This might have changed the effect of the task kill, I'm not sure. Perhaps you should kill plugin-container.exe first before firefox.exe? I'm not familiar with SCCM and whether it might have some more graceful method of shutting down an application.

Tutu wotmołwu w konteksće čitać 👍 1

Wšě wotmołwy (3)

more options

i think f 36 has a lot of problems. try to change version

more options

Wubrane rozrisanje

There is new logic in Firefox 36 to monitor for shutdown hangs so that the Mozilla Crash Reporter can capture data. This might have changed the effect of the task kill, I'm not sure. Perhaps you should kill plugin-container.exe first before firefox.exe? I'm not familiar with SCCM and whether it might have some more graceful method of shutting down an application.

more options

Thank You! This has actually been an issue with previous versions of Firefox as well, so I know that it's not an issue with Firefox 36 specifically. I was just thinking about whether killing the "plugin-container.exe" may solve the problem because when the error pops up and you manually select the option to "Close the Program", the install goes on and is successful. I will try this. Thanks again.