Re: Firefox Extension Uninstall - and Mozilla - Mozilla

This is a discussion on Re: Firefox Extension Uninstall - and Mozilla - Mozilla ; There probably is an easier solution in the successor to the Mozilla Suite,SeaMonkey. Phil is a SeaMonkey guru so I've cc'd him. Phil, does SeaMonkeyinclude the Extension Manager or similar component(s) for friendly extension uninstallation? ----- Original Message ---- From: ...

+ Reply to Thread
Results 1 to 2 of 2

Thread: Re: Firefox Extension Uninstall - and Mozilla

  1. Re: Firefox Extension Uninstall - and Mozilla

    There probably is an easier solution in the successor to the Mozilla Suite,SeaMonkey. Phil is a SeaMonkey guru so I've cc'd him. Phil, does SeaMonkeyinclude the Extension Manager or similar component(s) for friendly extension uninstallation?



    ----- Original Message ----
    From: Tom
    To: dev-extensions@lists.mozilla.org
    Sent: Monday, October 30, 2006 9:01:57 AM
    Subject: Re: Firefox Extension Uninstall- and Mozilla

    Thanks Eric!



    I wrote an extension Uninstall for Mozilla a couple years and it was very
    difficult and it involved modifying files and all sorts of stuff. I was
    hoping someone would have come up with an easier solution by now.












    "Eric H. Jung" wrote in message
    news:mailman.8129.1161975692.4036.dev-extensions@lists.mozilla.org...
    Oops. Hit send too early.
    For Firefox, use nsIExtensionManager.uninstallItem(). See:
    http://www.xulplanet.com/references/...onManager.html
    Mozilla will be much more difficult as there's no EM. Not sure how you can
    do it programmatically without invoking an install script (deleting the
    extension's directories may/may not work--maybe someone else can comment?)

    ----- Original Message ----
    From: Tom
    To: dev-extensions@lists.mozilla.org
    Sent: Friday, October 27, 2006 2:32:48 PM
    Subject: Firefox Extension Uninstall - and Mozilla

    Hi Everybody,



    I am creating an extension where there must be a menu itemto uninstall the
    extension. In other words, besides the normal extensionuninstall, there
    needs to be an additional menu item to uninstall the extension. What is the
    recommended way to programmatically uninstall the extension within Firefox?



    Additionally this extension will have towork in the Mozilla browser also.
    What is the recommended method to uninstall extensions programmatically in
    Mozilla?



    Any help or suggestions are greatly appreciated.



    Thanks,

    Tom -




    _______________________________________________
    dev-extensions mailinglist
    dev-extensions@lists.mozilla.org
    https://lists.mozilla.org/listinfo/dev-extensions






    _______________________________________________
    dev-extensions mailing list
    dev-extensions@lists.mozilla.org
    https://lists.mozilla.org/listinfo/dev-extensions




  2. Re: Firefox Extension Uninstall - and Mozilla

    On 31/10/2006 05:01, Eric H. Jung wrote:
    > From: Tom


    >> I wrote an extension Uninstall for Mozilla a couple years and it was
    >> very difficult and it involved modifying files and all sorts of
    >> stuff. I was hoping someone would have come up with an easier
    >> solution by now.


    > There probably is an easier solution in the successor to the Mozilla
    > Suite, SeaMonkey. Phil is a SeaMonkey guru so I've cc'd him. Phil,
    > does SeaMonkey include the Extension Manager or similar component(s)
    > for friendly extension uninstallation?


    Not in current releases. Experimental SuiteRunner builds have the
    Firefox 2.0 AddonManager. The SeaMonkey Council plan that the release
    after 1.1 will be a fully toolkitized SuiteRunner.

    Currently I use the Chrome Manager from the Mnenhy extension to
    uninstall extensions. Unfortunately SeaMonkey extensions can leave bits
    of them selves any and everywhere so sometimes I have to go hunt down
    and delete leftovers - but that's just me being fussy.

    Phil
    --
    Philip Chee ,
    http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
    Guard us from the she-wolf and the wolf, and guard us from the thief,
    oh Night, and so be good for us to pass.
    [ ](A)bort (R)etry (K)ill innocent bystanders
    * TagZilla 0.059

+ Reply to Thread