Re: How to mark extension to be removed next time when Firefox started?
Tomasz Pyra <[email protected]> Wed, 14 Dec 2005 10:30:18 +0100
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | CI TASK http://news.task.gda.pl/ |
| Message-ID | <[email protected]> |
Tomasz Pyra napisa=B3(a): > I know that hand made uninstall of extension is hard thing to do. >=20 > But maybe there is possibility to mark extension as "to remove" (same a= s=20 > when I do it from menu tools->extensions->uninstall)? I found solution: in Extensions.rdf file I need to add attribute: em:toBeUninstalled=3D"true" into RDF tag containing informations about=20 plugin, and change "Components List Changed" attribute from 0 to 1 in=20 file compatibility.ini in profile directory of current user. Is this good solution? Plugin is removed next time when firefox is=20 started in that profile, so for me it works.