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!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

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“.

Weitere Informationen

can i convert the .xpi installation file to . exe?

  • 1 Antwort
  • 1 hat dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von cor-el

more options

I need to create my installation file with the following properties:

# exe installer

       #The installer shows a license agreement that you can provide
       #The installer closes the open browsers after confirming with the user
I need to create my installation file with the following properties: # exe installer #The installer shows a license agreement that you can provide #The installer closes the open browsers after confirming with the user

Alle Antworten (1)

more options

There is usually no need to create an .exe file to install an extension.
If you would drop the file in the extensions folder where Firefox would find it or add it via the registry then you will still get the regular request asking to install the extension on a next Firefox start.
So you can give the user a dialog asking to accept the license and if the user confirms then copy the .xpi file to a location where Firefox will find it on a next start.
You need to rename the .xpi to the ID of the extension (GUID or email).