Closed
Bug 393149
Opened 16 years ago
Closed 16 years ago
Some registry keys aren't removed under HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha8
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
(Keywords: verified1.8.1.8)
Attachments
(3 files)
999 bytes,
patch
|
moco
:
review+
dveditz
:
approval1.8.1.8+
|
Details | Diff | Splinter Review |
13.97 KB,
text/plain
|
Details | |
1.45 KB,
patch
|
Details | Diff | Splinter Review |
I missed a short path condition in RegCleanMain when fixing bug 389244. Patch coming up
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Attachment #277676 -
Flags: review?(sspitzer)
![]() |
Assignee | |
Comment 2•16 years ago
|
||
After this lands... Steps for verification (similar to bug 389244) 1. Open reg file to import the registry entries 2. Open regedit.exe and navigate to HKLM\Software\Mozilla 3. Note the multiple entries for Minefield 4. Run a latest nightly installer 5. Select custom during the install 6. Select C:\Yabba Dabba Do\Mozilla Firefox as the installation directory 7. After the install completes verify the additional registry entries noted in step 3 are no longer present Extra reg entry names Minefield (3.0a5pre) Minefield (3.0a6pre)
Updated•16 years ago
|
Attachment #277676 -
Flags: review?(sspitzer) → review+
![]() |
Assignee | |
Comment 3•16 years ago
|
||
Checked in to trunk Checking in mozilla/toolkit/mozapps/installer/windows/nsis/common.nsh; /cvsroot/mozilla/toolkit/mozapps/installer/windows/nsis/common.nsh,v <-- common.nsh new revision: 1.21; previous revision: 1.20 done
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 4•16 years ago
|
||
Tomcat, could you please verify this is fixed? Steps for verifying are in comment #2. You might want to verify bug 389244 at the same time. Thanks!
![]() |
Assignee | |
Updated•16 years ago
|
Comment 5•16 years ago
|
||
(In reply to comment #4) > Tomcat, could you please verify this is fixed? Steps for verifying are in > comment #2. You might want to verify bug 389244 at the same time. Thanks! Hi Rob, no problem. Also verified on vista with Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a8pre) Gecko/2007082205 Minefield/3.0a8pre and the steps to reproduce from this bug. After install of 2007082205 the addional entries in the Registry and under Control Panel\Programs\Programs and Features are gone. - Verified
Status: RESOLVED → VERIFIED
![]() |
Assignee | |
Comment 6•16 years ago
|
||
Comment on attachment 277676 [details] [diff] [review] simple patch This is a followup to bug 389244 for one more directory path comparison.
Attachment #277676 -
Flags: approval1.8.1.7?
![]() |
Assignee | |
Updated•16 years ago
|
Flags: blocking1.8.1.7?
Comment 7•16 years ago
|
||
Comment on attachment 277676 [details] [diff] [review] simple patch approved for 1.8.1.7, a=dveditz for release-drivers
Attachment #277676 -
Flags: approval1.8.1.7? → approval1.8.1.7+
Updated•16 years ago
|
Flags: blocking1.8.1.7? → blocking1.8.1.7+
![]() |
Assignee | |
Comment 8•16 years ago
|
||
Checked in to MOZILLA_1_8_BRANCH for 1.8.1.7 (e.g. Firefox 2.0.0.7) Checking in mozilla/toolkit/mozapps/installer/windows/nsis/common.nsh; /cvsroot/mozilla/toolkit/mozapps/installer/windows/nsis/common.nsh,v <-- common.nsh new revision: 1.2.2.16; previous revision: 1.2.2.15 done
Keywords: fixed1.8.1.7
![]() |
Assignee | |
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
verified fixed 1.8.1.7 using Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.7pre) Gecko/2007091103 BonEcho/2.0.0.7pre and the steps to reproduce from comment #2. After install of 2007091103 the addional entries in the Registry and under Control Panel\Programs\Programs and Features are gone. Adding verified keyword
Keywords: fixed1.8.1.7 → verified1.8.1.7
Updated•2 months ago
|
Component: NSIS Installer → Installer
Product: Toolkit → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•