can i convert the .xpi installation file to . exe?
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)
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).