Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Installing Firefox Add On as Part of a Script

  • Keine Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
more options

We used to be able to install the Zotero add on as part of an SCCM scipt making an automated install.

In Firefox 3.03 we could use the following line to accomplish the task:

start "Firefox" /wait "%MOZDIR%\firefox.exe" -install-global-extension "%CD%\zotero-2.0.3.xpi"

The -install-global-extension switch was removed with later versions.

Our users do not have the permissions to install add-ons. Nor do we want them to. Our script copied a temporary mozilla.cfg file granting the appropriate access.

Is there a way to automate the procedure so that the Zotero plug in can be installed automatically?

We used to be able to install the Zotero add on as part of an SCCM scipt making an automated install. In Firefox 3.03 we could use the following line to accomplish the task: start "Firefox" /wait "%MOZDIR%\firefox.exe" -install-global-extension "%CD%\zotero-2.0.3.xpi" The -install-global-extension switch was removed with later versions. Our users do not have the permissions to install add-ons. Nor do we want them to. Our script copied a temporary mozilla.cfg file granting the appropriate access. Is there a way to automate the procedure so that the Zotero plug in can be installed automatically?