Closed
Bug 369552
Opened 18 years ago
Closed 18 years ago
Uninstall reg key not removed on uninstall
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
(Keywords: verified1.8.1.2)
Attachments
(1 file, 1 obsolete file)
3.89 KB,
patch
|
moco
:
review+
dveditz
:
approval1.8.1.2+
|
Details | Diff | Splinter Review |
Affects all Windows version though this is fallout from the Vista changes
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #254226 -
Flags: review?(sspitzer)
Comment 2•18 years ago
|
||
Comment on attachment 254226 [details] [diff] [review]
patch
r=sspitzer
Attachment #254226 -
Flags: review?(sspitzer) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 254226 [details] [diff] [review]
patch
This is needed on the branch.
Attachment #254226 -
Flags: approval1.8.1.2?
Comment 4•18 years ago
|
||
rstrong: Would this cause the Program to hang around in Add/Remove Programs even after you run the uninstaller? Just want to make sure that bug is covered since both juanb and I have seen it on Vista and XP.
Assignee | ||
Comment 5•18 years ago
|
||
Yes
Assignee | ||
Comment 6•18 years ago
|
||
Comment on attachment 254226 [details] [diff] [review]
patch
I'm going to double check a couple of things before request a1.8.1.2
Attachment #254226 -
Flags: approval1.8.1.2?
Comment 7•18 years ago
|
||
fwiw:
I just verified this fix with robert's new.exe
with his 98.exe (an old build from him), the program hangs around on vista after uninstall. when uninstalling, I see the short path in the uninstall UI.
but, with his new.exe (a new build from him with this fix), the program doesn't hang around on vista after uninstall. when uninstalling, I see the full path in the uninstall UI.
Comment 8•18 years ago
|
||
note to robert: trying 98.exe on my windows xp machine (which does not have your fix), after uninstalling the app, I do not see the program hanging around in Add/Remove Programs on windows XP. (note, marcia did in comment #4).
There was a long delay, but as soon as the add/remove programs dialog came back, the program was no longer listed.
Assignee | ||
Comment 9•18 years ago
|
||
It also needs to uppercase the path since the compare is case sensitive on the branch. This did remove the values in startmenuinternet and uninstall.
Attachment #254226 -
Attachment is obsolete: true
Attachment #254240 -
Flags: review?(sspitzer)
Comment 10•18 years ago
|
||
Comment on attachment 254240 [details] [diff] [review]
patch - also fix paths used
r=sspitzer
Attachment #254240 -
Flags: review?(sspitzer) → review+
Comment 11•18 years ago
|
||
> There was a long delay, but as soon as the add/remove programs dialog came
> back, the program was no longer listed.
note to robert: fwiw, your new2.exe doesn't seem to have the long delay. but the add/remove programs dialog can be slow, so your mileage may vary.
Assignee | ||
Updated•18 years ago
|
Attachment #254240 -
Flags: approval1.8.1.2?
Comment 12•18 years ago
|
||
Comment on attachment 254240 [details] [diff] [review]
patch - also fix paths used
a=dveditz, land away on the 1.8 branch
Attachment #254240 -
Flags: approval1.8.1.2? → approval1.8.1.2+
Assignee | ||
Comment 13•18 years ago
|
||
Checked in to MOZILLA_1_8_BRANCH - not needed for the trunk
Comment 14•18 years ago
|
||
Verified fixed for 1.8.1.2 with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.2pre) Gecko/20070207 BonEcho/2.0.0.2pre ID:2007020703
No hang around from this Build after uninstall and reg. key is also removed.
Keywords: fixed1.8.1.2 → verified1.8.1.2
You need to log in
before you can comment on or make changes to this bug.
Description
•