thunderbird installer should not default to official install directory for beta releases
Categories
(Thunderbird :: Installer, defect)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: rjl)
Details
Attachments
(1 file)
Comment 1•17 years ago
|
||
Updated•17 years ago
|
| Reporter | ||
Comment 2•17 years ago
|
||
Comment 3•3 years ago
|
||
This is a signficant barrier to getting more users on beta
| Assignee | ||
Comment 4•3 years ago
|
||
The installer treats Release (esr) and Beta the same and defaults to "C:\Program Files\Mozilla Thunderbird". This makes it very easy to trash a working install, and profile due to profile downgrade protection. We can certainly do better for users than this. As noted in #maildev, the relationship between release and beta for Firefox (4 weeks) is very different than for Thunderbird (1 year).
The default install directory for the NSIS installer is determined by the product brand name as set in mail/branding/{thunderbird,nightly}/branding.nsi. To do this properly, a new directory under comm/mail/branding would need to be created. That means new icons and such. It's a non-insignificant amount of work, and not something to tackle one week before Thunderbird 102 goes to beta.
An alternative that can be completed before Thunderbird 102.0b1 is to just change the install directory for Beta. This change would be limited to the installer.
| Assignee | ||
Comment 5•3 years ago
|
||
Historically, Thunderbird Beta and Release builds would both install to
"C:\Program Files\Mozilla Thunderbird" directory as they both use the same
branding. This is problematic for anyone who just wants to test a beta and
be able to go back to a release version.
This patch adds "Beta" to the install directory as well as BrandFullName.
Updated•3 years ago
|
| Assignee | ||
Comment 6•3 years ago
|
||
I'm a little concerned that this patch could have unintended side effects that manifest during an upgrade. I'm going to do some more testing before landing.
| Assignee | ||
Comment 7•3 years ago
|
||
Initial upgrade testing via AUS looked good. More testing should be done once this is on beta prior to shipping. I have a document describing various scenarios to check for reference.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/399b3d2dbbcc
Install Thunderbird Beta into its own directory. r=mkmelin
Description
•