Closed
Bug 40405
Opened 25 years ago
Closed 25 years ago
registerChrome() causes install stub to request reboot
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dveditz, Assigned: dveditz)
Details
Calling registerChrome() with the DELAYED_CHROME option causes performInstall()
to report REBOOT_REQUIRED. In a sense this is true because the chrome won't be
installed until you restart Mozilla. But in the install context that is exactly
what we are doing, starting Mozilla again right afterwards.
We could say that if the script explicitly requests DELAYED_CHROME then we
don't report the 999 -- whoever launches the script should know that this is
required. We will only report it then if DELAYED_CHROME is not specified but we
have to delay it anyway because we couldn't get the Chrome Registry.
Assignee | ||
Comment 1•25 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Build: 2000-07-17-09-M17(WIN), 2000-07-17-08-M17(MAC), 2000-07-17-08-M17(LINUX)
No REBOOT_REQUIRED with DELAYED_CHROME used. Marking Verified!
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•