Hi all,
I am currently wondering, if it is not possible to uninstall a package. As
I've already seen in this newsgroup the answer to this question seems to be
that there is no easy way to do this. Searching through the mozilla code I
find two functions that should probably provide this functionality:
"uninstall(packageName)" from the Install object
and
"uninstallPackage(packageName)" from the interface nsIChromeRegistry (This
function will certainly be triggered from the above one).
Unfortunately none of these functions worked (Both returned with an error or
an exception respectively). So my question is, are there any plans to make
these functions work correctly or am I doing something wrong??
Thanks Klaus