Closed
Bug 7884
Opened 25 years ago
Closed 22 years ago
Unable to uninstall .xpi packages
Categories
(Core Graveyard :: Installer: XPInstall Engine, enhancement, P3)
Core Graveyard
Installer: XPInstall Engine
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 161508
mozilla1.1alpha
People
(Reporter: jimmykenlee, Assigned: slogan)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted)
Build: 6/9/99 SeaMonkey build
1. Trigger http://jimbob/jars/a_adduninstall.jar to set up package
Install.StartInstall("Acceptance: a_adduninstall", "a_uninstall", vi, 0);
f = Install.GetFolder("Program", "uninstall_dir");
err = Install.AddSubcomponent(regName, vi, jarSrc, f, jarSrc, true);
2. Trigger http://jimbob/jars/a_uninstall.jar to uninstall package
err2 = Install.Uninstall("a_uninstall");
RESULT:
a_adduninstall.jar appears to trigger successfully. The component is installed
as expected. The Uninstall registry appears correct.
Triggering a_uninstall.jar results in err2 = -213 (no such component). The
Install.log indicates that the installscript aborts. The package is not
uninstalled. The Uninstall registry for the installed component is not removed.
EXPECTED RESULT:
Triggering a_uninstall.jar results in the package being uninstalled. The
Uninstall registry is updated with this node removed. The Install.log reflects
a successful uninstall.
Comment 2•25 years ago
|
||
I have made numberous bug fixes which might cause some of these bugs to go away.
I am going to mark them as FIXED so that they may be verified.
Updated•25 years ago
|
Target Milestone: M11 → M14
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•25 years ago
|
Status: NEW → ASSIGNED
put on helpwanted
uninstall in xpinstall/smartupdate is out.
Assignee: dveditz → cathleen
Status: ASSIGNED → NEW
Keywords: helpwanted
Summary: Uninstall: Unable to uninstall successfully → [feature]Uninstall: Unable to uninstall (XPInstall)
Target Milestone: M17 → M30
Comment 10•24 years ago
|
||
Adding [nsbeta2-] since this is an identified feature which was cut. Per
today's beta2 XP Install status review.
Whiteboard: [nsbeta2-]
Comment 12•24 years ago
|
||
Adding nsbeta2 keyword to bugs with nsbeta2 triage value in status field so the
queries don't get screwed up
Keywords: nsbeta2
Comment 13•24 years ago
|
||
*** Bug 50948 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
See also bug 58706, which covers uninstalling themes.
Comment 15•24 years ago
|
||
*** Bug 71177 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
kerz: We'd really like this for the media player, especially since installing
the media player increases browser startup time (and new window time) quite a bit.
Comment 17•23 years ago
|
||
The OS should be changed from "Windows NT" to "All". No matter what platform
you are using, if you can install a package you should be able to uninstall it
as well.
I'd make the change myself, but I'm not sexy enough.
Comment 18•23 years ago
|
||
Yes, this is a cross-platform bug.
(Why would media player affect new window time?)
Severity: normal → enhancement
Keywords: nsbeta2
OS: Windows NT → All
Summary: [feature]Uninstall: Unable to uninstall (XPInstall) → Unable to uninstall .xpi packages
Whiteboard: [nsbeta2-]
Comment 19•23 years ago
|
||
*** Bug 96409 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 21•23 years ago
|
||
I'm not sure if there's a method for showing the packages (about:xpi?) but that
should probably be a portion of the uninstaller.
Comment 22•23 years ago
|
||
*** Bug 138358 has been marked as a duplicate of this bug. ***
Comment 23•23 years ago
|
||
*** Bug 139523 has been marked as a duplicate of this bug. ***
Comment 24•23 years ago
|
||
*** Bug 139970 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 25•22 years ago
|
||
Currently working on a requirements document for this.
Assignee: dveditz → syd
Status: ASSIGNED → NEW
Target Milestone: Future → mozilla1.1alpha
Comment 26•22 years ago
|
||
is this dupe of bug 161508 ?
whats the difference?
Comment 27•22 years ago
|
||
marking as dup of bug 161508 because that bug actually has a patch
*** This bug has been marked as a duplicate of 161508 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
Depends on: uninstaller
Comment 28•22 years ago
|
||
A bug can't be both a duplicate of and blocked by the same bug.
No longer depends on: uninstaller
Comment 29•21 years ago
|
||
verified duplicate
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•