Closed Bug 16220 Opened 25 years ago Closed 25 years ago

File op: Unexpected error message in Install.log after running fileExecute

Categories

(Core Graveyard :: Installer: XPInstall Engine, defect, P3)

All
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jimmykenlee, Assigned: ssu0262)

References

Details

Build: 10/12/99 SeaMonkey build

1. From http://jimbob/trigger2.html, trigger
   http://jimbob/jars/a_fileop_fileexecute_parameter_win.xpi

startInstall("Acceptance: a_fileop_fileexecute_parameter_win", "acceptance",
"1.1.1.1", 0);
f = getFolder("Program");
addFile("fileop_fileexecute_parameter_win", "2.2.2.2", jarSrc, f, jarSrc, true);
fileSource = f + "notepad.exe";
err1 = fileExecute(fileSource, "parameter_win.txt");
logComment("Path to executable file = " + fileSource);
logComment("fileExecute returns = " + err1);

RESULT:
The executable file is run and attempts to create a file with the specified
parameter.  Linux and Macintosh are similar.  The Install.log shows the
following:

---------------------------------------------------------------------------
http://jimbob/jars/a_fileop_fileexecute_parameter_win.xpi   --  10/12/1999
11:26:33
---------------------------------------------------------------------------

     Acceptance: a_fileop_fileexecute_parameter_win
     ----------------------------------------------

     ** Path to executable file = C:\Program Files\moz106\x86rel\notepad.exe
     ** fileExecute returns = 0
     Item [1/2]	Installing: C:\Program Files\moz106\x86rel\notepad.exe
     Item [2/2]	Unkown file operation command!

     Install completed successfully
     Finished Installation  10/12/1999 11:26:34

EXPECTED RESULT:
From the log file, Item [2/2] does not appear.  If it is intended, then the
message needs to be more specific.
Assignee: cathleen → ssu
Depends on: 15884
looks like fileExecute does execute file now?  bug 15884 may not be a problem?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Build  1999-10-22-09-M11(WIN), 1999-10-22-08-M11(MAC), 1999-10-22-08-M11(LINUX)

Looks good.
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.