Closed
Bug 10421
Opened 26 years ago
Closed 26 years ago
[PP]Execute: From Macintosh, SimpleText does not launch
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: jimmykenlee, Assigned: samir_bugzilla)
Details
Build: 7/22/99 SeaMonkey build
1. From http://jimbob/trigger2.html, trigger
http://jimbob/jars/a_execute_mac.jar
Using form:
Install.StartInstall("Acceptance: a_execute_mac", "acceptance", vi, 0);
err = Install.Execute("SimpleText");
Install.LogComment("Execute returns: " + err);
RESULT:
SimpleText is not launched. "xpinstall" is not found from Temporary Items.
I'm not sure if it has been "cleaned up" already. The Install.log shows the
following:
---------------------------------------------------------------------------
http://jimbob/jars/a_execute_mac.jar -- 07/23/1999 14:44:41
---------------------------------------------------------------------------
Acceptance: a_execute_mac
** Execute returns: 0
Item [1/1] Executing: Webbies:Temporary Items:xpinstall
Install **FAILED** with error -2142044199
Install **FAILED** with error -2142044199
Finished Installation 07/23/1999 14:44:42
EXPECTED RESULT:
SimpleText is launched. The Install.log indicates a successful installation
without any error messages.
Updated•26 years ago
|
Assignee: dveditz → dougt
Priority: P3 → P1
Target Milestone: M9
Comment 1•26 years ago
|
||
I think Doug is already working on this so I'm reassigning
Updated•26 years ago
|
Assignee: dougt → sgehani
Comment 2•26 years ago
|
||
samir, once your applesingle fixes are in, can you verify this? I think not
having as is the "real" problem.
Assignee | ||
Comment 3•26 years ago
|
||
I tried to verify this after nsAppleSingleDecoder went in last night. It was
choking in other places: libreg I believe. I think we are trying to register an
nsInstallExecute object. Not sure if I'll get to this in M9.
Assignee | ||
Comment 4•26 years ago
|
||
Jimmy,
Does execute work on other platforms with recent builds? Win32?
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 5•26 years ago
|
||
Not on critical path of install process demo. Moving to M10.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
Fix checked in. Should be in today's builds.
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
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
•