Closed
Bug 6620
Opened 25 years ago
Closed 25 years ago
Execute: Calling this method crashes
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jimmykenlee, Assigned: dougt)
Details
Build: 5/17/99 SeaMonkey build
1. Use jar at http://jimbob/jars/a_execute.jar
2. Using form, Install.Execute("notepad.exe");
3. Trigger jar
RESULT:
SeaMonkey crashes. Install.log shows:
---------------------------------------------------------------------------
Acceptance: a_execute
---------------------------------------------------------------------------
Starting Installation at 05/17/1999 14:52:08
EXPECTED RESULT:
The executable, "notepad.exe", is launched. The Install.log shows that method
was successfully executed.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Fixed. We were printing out the filespec of a prior to it being allocated by
ExtractJar(). We have changed it so that it first uses the inside jar name
during the ScheduleForInstall(), the it uses the real filespec for the finalize
install.
Build 6/1/99 Windows
Behaves as expected. Executable is launched, and Install.log indicates success
as well.
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
•