Closed
Bug 455807
Opened 15 years ago
Closed 14 years ago
Copy toolkit NSIS macros into SeaMonkey installer code
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcsmurf, Assigned: mcsmurf)
References
Details
Attachments
(1 file, 1 obsolete file)
8.12 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
Installer build process complains about missing SUMMARY_MAKE_DEFAULT and SUMMARY_REBOOT_REQUIRED_INSTALL strings, not sure if we actually use those yet (shared toolkit/ NSIS files), adding anyway. See Windows nightly tinderbox for an example log file to see the warnings.
Assignee | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Attachment #339154 -
Flags: review?(bugzilla)
Attachment #339154 -
Flags: review+
Attachment #339154 -
Flags: approval-seamonkey2.0a1+
Comment 2•15 years ago
|
||
Comment on attachment 339154 [details] [diff] [review] Patch I think it doesn't hurt to have these in, and as we're not string frozen, I think they are safe to land.
![]() |
||
Comment 3•15 years ago
|
||
Frank, I cc'd you on Bug 454130 which has info on how to fix this bug. Could you please copy the ini creation macros used by SeaMonkey from common.nsh and modify them as necessary to fix the warnings instead?
Assignee | ||
Comment 4•15 years ago
|
||
As soon as I have time, yes...currently I'm only fixing things for the alpha release. In a few weeks I should have more time again.
Assignee | ||
Comment 5•15 years ago
|
||
This does the same changes to suite/ code as Bug 454130 did for Firefox. This is just copying code from common.nsh to installer.nsi.
Attachment #339154 -
Attachment is obsolete: true
Attachment #342693 -
Flags: review?
Assignee | ||
Updated•15 years ago
|
Attachment #342693 -
Flags: review? → review?(bugzilla)
Assignee | ||
Comment 6•15 years ago
|
||
Oh, I forgot: The unused strings from the earlier patch in this bug will probably be used by installer code as soon as Bug 453797 is fixed.
Updated•15 years ago
|
Attachment #342693 -
Flags: review?(bugzilla) → review+
Comment 7•15 years ago
|
||
Comment on attachment 342693 [details] [diff] [review] Patch Presumably we don't need the uninstaller.nsi changes? I haven't tried this, but it looks fine.
Assignee | ||
Updated•15 years ago
|
Summary: Include missing strings into custom.properties → Copy toolkit NSIS macros into SeaMonkey installer code
Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 342693 [details] [diff] [review] Patch Checked in, changeset 63c39e299c87
Assignee | ||
Comment 9•14 years ago
|
||
Looks fixed to me.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•