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)

x86
Windows XP
defect
Not set
normal

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.
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.
So, it is.  That's quite unfortunate.
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.
Marking WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
QA Contact: bugzilla → installer
You need to log in before you can comment on or make changes to this bug.