Closed
Bug 285677
Opened 20 years ago
Closed 19 years ago
We should create a symbolic link in the windows registry to the current version of firefox
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
WONTFIX
Firefox1.5
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
We should create a symbolic link in the windows registry to the current version of firefox. Having to resolve the registry path by reading Mozilla/Firefox/CurrentVersion is a real pain. We should instead setup a symbolic link to the current version of Firefox. This will make it easier for installers adding global extensions to locate the current version of firefox. Apparently, it is a real pain to teach MSI how to express a registry key in terms of the value of another.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/registry_value_types.asp REG_LINK Reserved for system use. ^ last i checked, we weren't the os.
| Assignee | ||
Comment 2•20 years ago
|
||
So, it is. That's quite unfortunate.
Comment 3•20 years ago
|
||
The generally accepted way to accomplish this is by placing a key under Software\Microsoft\Windows\CurrentVersion\App Paths named for the program's executable. It looks like Firefox has finally started doing this in recent versions. That would be the place to look for your key.
| Assignee | ||
Comment 4•19 years ago
|
||
Marking WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•19 years ago
|
QA Contact: bugzilla → installer
You need to log in
before you can comment on or make changes to this bug.
Description
•