Closed
Bug 301253
Opened 18 years ago
Closed 18 years ago
Support application uninstaller
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
(Keywords: fixed1.8, Whiteboard: [software update] [1.8 Branch ETA 8/5])
Attachments
(2 files, 1 obsolete file)
3.06 KB,
text/plain
|
Details | |
12.80 KB,
patch
|
bugs
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Support application uninstaller Several things need to change: 1- When a patch is applied, we need to record a changelist in the format expected by UninstallFirefox.exe. This means writing an install_wizardN.log file in the uninstall subdirectory. 2- Include UninstallFirefox.exe in the MAR file so that we are always running the proper version of the uninstaller.
Assignee | ||
Updated•18 years ago
|
Flags: blocking-aviary1.1?
Target Milestone: --- → Firefox1.1
Updated•18 years ago
|
Whiteboard: [software update]
Assignee | ||
Updated•18 years ago
|
Whiteboard: [software update] → [software update] [1.8 Branch ETA 8/5]
Assignee | ||
Comment 2•18 years ago
|
||
This is just some JS code that I whipped up to test converting update.log to the install wizard format that the uninstaller knows how to read. I still need to add code to write out registry key information. Once that's complete, I'll be able to test that the uninstaller knows how to process the generated log, and then I can just add this code to nsPostUpdateWin.js.
Assignee | ||
Comment 3•18 years ago
|
||
Initial patch. I still need to finish testing this before it will be ready to land. And, this does nothing about ensuring that we include the latest uninstaller bits in the MAR file.
Assignee | ||
Comment 4•18 years ago
|
||
OK, this mostly works. The uninstaller appears to still leave a few directories and files hanging around, so a bit more tweaking is probably in order.
Assignee | ||
Comment 5•18 years ago
|
||
There's a bug in the v1 patch. The directory list is not properly sorted, which causes some directories to not be deleted. New patch coming up...
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #191732 -
Attachment is obsolete: true
Attachment #192028 -
Flags: review?(bugs)
Updated•18 years ago
|
Attachment #192028 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #192028 -
Flags: approval1.8b4?
Assignee | ||
Updated•18 years ago
|
Blocks: branching1.8
Updated•18 years ago
|
Attachment #192028 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 7•18 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•