Mozilla Relay is experiencing issues with call and text delivery. We’re working on a fix. Check Mozilla Status for updates.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to deploy an Extension without User Interaction ?

  • 1 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: guigs

more options

i am trying to install an Extension to every users of my Computer using the %MOZILLA_DIR%\distribution\bundles\MY_EXTRACTED_XPI_GUID_FOLDER (windows computer). When i first run Firefox, it shows a warning page (about:newaddons....)

I can't affort to disable this about:newaddon{GUID} which ask me if i want to enable this new addon or not ... i have tried many default_pref values but none seems to be working...

Is there a way to automatically enable this extension ?

Using Firefox 27.0.1

i am trying to install an Extension to every users of my Computer using the %MOZILLA_DIR%\distribution\bundles\MY_EXTRACTED_XPI_GUID_FOLDER (windows computer). When i first run Firefox, it shows a warning page (about:newaddons....) I can't affort to disable this about:newaddon{GUID} which ask me if i want to enable this new addon or not ... i have tried many default_pref values but none seems to be working... Is there a way to automatically enable this extension ? Using Firefox 27.0.1

모든 댓글 (1)

more options

Hi rebrec,

There are a couple of ways to do this, the best example is how the enterprise firefox community implements Windows deployment. As well as adding registry keys for all users: https://developer.mozilla.org/en-US/d.../Adding_Extensions_using_the_Windows_Registry

Previous Questions:

Third party alternatives:

I have not done this before, but there are alot of references to xpi. If you have any questions about these I will do my best to help find more help.