Closed
Bug 84511
Opened 24 years ago
Closed 24 years ago
Upgrading from 6.0/6.01 to current fails on Windows NT
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jimmykenlee, Assigned: slogan)
Details
(Keywords: crash, Whiteboard: [smartupdate];have patch;need r=,sr=,a=)
Attachments
(3 files)
|
10.17 KB,
image/gif
|
Details | |
|
9.36 KB,
patch
|
Details | Diff | Splinter Review | |
|
9.36 KB,
patch
|
Details | Diff | Splinter Review |
Build: 2001-06-07-06-0.9.1(WIN)
1. From 6.0/6.01, open
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/2001-06-07-06-0.9.1/u
pdate.html
2. Click Launch XPInstall button
3. Click OK button from Items to Install dialog
4. Exit browser and restart
RESULT:
For WinNT, Entry Point Not Found error dialogs keep appearing after dismissing
them. For Win98, the browser appears to have upgraded successfully.
Install.log shows an error on both WinNT and Win98. I don't know if this error
has anything to do with this failed upgrade, but it is a discrepancy.
** Running Pre-Mozilla 0.9.1
Post-install Cleanup Utility
----------------------------
** Line: 505 fProgram is not defined
Install **FAILED** with error -229
Install **FAILED** with error -229
Finished Installation 06/07/2001 12:29:33
EXPECTED RESULT:
No errors from Install.log. No error dialogs when starting up browser.
Nominating for Beta. This breaks the ability to update from website. Worse is
that it breaks the current working version (6.0/6.01) :-(
Comment 4•24 years ago
|
||
any eta for r=,sr=,a= ??
Comment 5•24 years ago
|
||
Change this line from:
+ fProgram = getFolder("Communicator");
to:
+ fProgram = getFolder("Program");
and then r=sgehani.
Comment 7•24 years ago
|
||
rs=mscott
fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Keywords: nsenterprise
Comment 9•24 years ago
|
||
verified for trunk build 2001062211
updated 6.0 and 6.01 to 6.1
verified for branch build 2001062503
updated 6.0 and 6.01 to 6.1
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•