The Inside Track on Firefox Development.

« Happy Holidays | Main | Firebird Extension Boilerplate »

December 26, 2003

Associate XPI files with Explorer

Ever want to open .XPI files in Windows Explorer using Windows XP's built in ZIP handling rather than use Winzip? It's really difficult to create a handler for .xpi that uses CompressedFolder, but now you can set it up easily, just download this registry patch and double click on it. Presto! XPI files handled by Explorer.

Posted by ben at December 26, 2003 7:57 PM

Comments

Maybe something to incorporate to the Firebird Installer?

Posted by: David Tenser at December 27, 2003 2:36 AM

I'm not sure about the electronic ethics of having the Firebird installer modify the registry keys of a third party product.

Does Firebird technically open the xpi's? Could a firebird extension be written to dump the uncompressed data into a directory?

Posted by: Robert Accettura at December 27, 2003 6:57 PM

I'm not sure the default _user level_ action should be to open in Explorer... this is more of a trick for developers. The default action should probably be something like "install" ... which is an operation that FB can handle internally. There are some caveats here though, which is why the association will probably be left unmodified by our installers for the near future.

Posted by: Ben at December 27, 2003 9:21 PM