Closed
Bug 103355
Opened 23 years ago
Closed 23 years ago
Tracking bug for my installer bugs
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: ssu0262, Assigned: ssu0262)
References
Details
Need to check this into Mozilla Trunk and Branch:
http://bugzilla.mozilla.org/show_bug.cgi?id=103242 - component-specific
timing dependency sections don't get run
http://bugzilla.mozilla.org/show_bug.cgi?id=103232 - Simple MAPI: Uninstaller
needs to restore previous mapi32.dll if replaced
Need to check the following into Mozilla and NS Trunk
http://bugzilla.mozilla.org/show_bug.cgi?id=103228 - Fix xpinstall engine so
InstallTrigger.compareVersion() works
http://bugscape.netscape.com/show_bug.cgi?id=9943 - 2 icons showing on up on
desktop after installing 6.2
Need to check this into Mozilla and Ns Trunk only (branch already done):
http://bugzilla.mozilla.org/show_bug.cgi?id=95122 - Preference for Simple MAPI
Depends on: 95122
Update:
Need to check the following bug into the Trunk only (branch work is done):
bug 103242 - component-specific timing dependency sections don't get run
bug 103232 - Simple MAPI: Uninstaller needs to restore previous mapi32.dll if
replaced
bug 103228 - Fix xpinstall engine so InstallTrigger.compareVersion() works
bugscape 9943 - 2 icons showing on up on desktop after installing...
------- Additional Comments From Sean Su 2001-10-05 14:03 -------
Need to check this into Mozilla and Ns Trunk only (branch already done):
http://bugzilla.mozilla.org/show_bug.cgi?id=95122 - Preference for Simple MAPI
Patches already checked into trunk and branch:
http://bugscape.netscape.com/show_bug.cgi?id=9979
Bugs still needing to be checked into trunk and branch:
bug 103232
My part of bug 103232 has been checked into trunk and branch.
mail.jst for both mozilla and ns on the TRUNK:
The call to updateMapi() has been commented out because mozMapi32.dll
has not landed on the trunk yet.
patch looks something like:
Index: mail.jst
===================================================================
RCS file: /cvsroot/mozilla/xpinstall/packager/windows/mail.jst,v
retrieving revision 1.21
diff -u -r1.21 mail.jst
--- mail.jst 2001/10/10 01:03:41 1.21
+++ mail.jst 2001/10/10 01:11:28
@@ -295,7 +295,9 @@
createShortcuts();
upgradeCleanup();
updateWinIni();
- updateMapi();
+
+ // Disabling this call for now because Trunk does not have mozMapi32.dll
yet.
+ // updateMapi();
// we don't want to fail on errors for the above
resetError();
Need to uncomment out call to updateMapi() when Mapi code lands on the TRUNK.
Need to check patches into both trunk and branch:
bug 104275
Note to self: All of these bugs need to be fixed on the trunk when mapi finishes
landing on the trunk.
Target Milestone: --- → mozilla0.9.7
Comment 8•23 years ago
|
||
Sean, MAPI won't land on the trunk until at least 0.9.8. Can we move this bug
to 0.9.8?
moved to 0.9.8
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Comment 10•23 years ago
|
||
last part is fixed. updateMapi() has been enabled now in mail.jst.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•