How to add a MIME handler to Firefox and Internet Explorer from an installer
Posted
by JustSmith
on Server Fault
See other posts from Server Fault
or by JustSmith
Published on 2010-06-13T18:18:59Z
Indexed on
2010/06/13
21:23 UTC
Read the original article
Hit count: 297
I'm looking to create an installer that will add a handler for a MIME type in Firefox and Explorer. The installer I will be using will be either INNO (a.k.a Oh Nooo!) or NSIS.
I'm looking for for how Mozilla and Microsoft recommend adding the handler. So far all I have been able to find for Firefox is how to Add/Remove/Augment manually which no matter how simple is something I would like to hide from the user.
© Server Fault or respective owner