Closed
Bug 240680
Opened 21 years ago
Closed 21 years ago
Installer doesn't set the PathToExe registry entry
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.6
People
(Reporter: bugzilla, Assigned: mscott)
Details
Attachments
(1 file)
|
906 bytes,
patch
|
Details | Diff | Splinter Review |
Using the Mozilla Thunderbird installer (from latest-trunk) the registry entry
PathToExe under:
HKEY_CURRENT_USER\Software\mozilla.org\Mozilla Thunderbird\0.5+. (en)\Main
doesn't get set, which is an error.
This makes it difficult for other programs or extensions like Launchy to detect
Mozilla Thunderbird.
According to:
http://www.mozilla.org/projects/plugins/install-scheme.html
the PathToExe should be set
It should be done in:
http://lxr.mozilla.org/mozilla/source/mail/installer/windows/mail.jst#384
like in Firefox:
http://lxr.mozilla.org/mozilla/source/xpinstall/packager/windows/browser.jst#256
| Assignee | ||
Comment 1•21 years ago
|
||
let's get this done for 0.6 should be trivial
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.6
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Comment 3•21 years ago
|
||
fixed in 0.6 and the trunk
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•