Closed
Bug 128616
Opened 23 years ago
Closed 23 years ago
inconsistancy in the reg.db entries (causes flash installer to detect two mozilla)
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: dveditz)
References
()
Details
If you use the installer to install mozilla the following reg.db entries are
created:
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla
HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org
this is causing the new Flash 6 installer (which supports Mozilla) to detect two
versions of mozilla.
The Flash installer says it detects the following browsers:
- Mozilla 0.9.8+ (en)
- Mozilla 0.9.8+
http://www.macromedia.com/shockwave/download/beta/flashplayer6/
The problem is the inconsistency in using "0.9.8+ (en)" and "0.9.8+".
Shouldn't we be using "(en)" in all red.db entries....
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla 0.9.8+
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Seamonkey\0.9.8+ (en)
HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla\0.9.8+ (en)
HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla\0.9.8+ (en)\Uninstall
"Description"="Mozilla (0.9.8+)"
Reporter | ||
Comment 1•23 years ago
|
||
what's the reason for having both:
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla
HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org
now that Mozilla 1.0 it out of the door we should clean up our use of the reg.db
Assignee | ||
Comment 2•23 years ago
|
||
Mozilla\<product and version> are Gecko keys, all Gecko-based products will
register there with specific keys.
mozilla.org\Mozilla\<versions> is a list of mozilla.org client versions
installed, with whatever registry information the mozilla.org Mozilla product
feels like registering.
If flash is looking in both places that's their problem. Because of the
evangelism effort behind the Mozilla gecko keys i'm surprised they look at the
mozilla.org keys.
You have another bug on the Seamonkey thing, I don't see what's left in this one.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 3•23 years ago
|
||
ok. Now I think I understand why we have both. thanx
I've contacted Macromedia using the standard support page. Do we have a contact
within Macromedia?
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•