Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Installing Firefox Add On as Part of a Script

  • Pa përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
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?