Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

how to update add-ons deployed from registry automatically?

  • 2 antwurd
  • 1 hat dit probleem
  • 14 werjeftes
  • Lêste antwurd fan herb_zhang

more options

Hi guys, i have a Firefox Add-on deployed by my desktop application via registry modification mentioned in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Alternative_distribution_options/Add-ons_in_the_enterprise#Installation_using_the_Windows_registry And i also uploaded it to AMO.

I know that when user install my add-on from AMO, firefox updates it automatically when i upload a new version. My question is for those installed from my desktop application, how do i update such plugins?

i see following description in https://developer.mozilla.org/en-US/Add-ons/Distribution: "To enable Firefox to automatically update self-distributed add-ons, the URL where Firefox can find updates needs to be included in the add-on manifest's update_link key. Self-distributed add-ons that don't have an update URL check AMO for updates and are updated to a listed version, if one is available." does it mean Firefox updates it automatically when new version is available in AMO as long as i dont have "update_url" in manifest?

Regards Herb

Hi guys, i have a Firefox Add-on deployed by my desktop application via registry modification mentioned in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Alternative_distribution_options/Add-ons_in_the_enterprise#Installation_using_the_Windows_registry And i also uploaded it to AMO. I know that when user install my add-on from AMO, firefox updates it automatically when i upload a new version. My question is for those installed from my desktop application, how do i update such plugins? i see following description in https://developer.mozilla.org/en-US/Add-ons/Distribution: "To enable Firefox to automatically update self-distributed add-ons, the URL where Firefox can find updates needs to be included in the add-on manifest's update_link key. Self-distributed add-ons that don't have an update URL check AMO for updates and are updated to a listed version, if one is available." does it mean Firefox updates it automatically when new version is available in AMO as long as i dont have "update_url" in manifest? Regards Herb

Alle antwurden (2)

more options

I think that you will have to check for updates yourself if you are installing extensions globally and not in the Firefox profile folder. Easiest would be to use a separate profile if you do not want to install the extension in the current profile folder. Firefox can only update extensions installed in the profile folder. The update notes you posted above only apply to extensions installed in the profile folder.

more options

I see. So if i deploy my add-on following https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Alternative_distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders, will Firefox update it automatically? How will it update if yes, from AMO or the update_url link hosted in my webstie?