Closed Bug 15884 Opened 25 years ago Closed 25 years ago

File op: fileExecute does not execute

Categories

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

x86
Windows NT

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jimmykenlee, Assigned: ssu0262)

References

Details

Build: 10/6/99 SeaMonkey build 1. From http://jimbob/trigger2.html, trigger http://jimbob/jars/a_fileop_fileexecute_win.xpi var jarSrc = "notepad.exe"; startInstall("Acceptance: a_fileop_fileexecute_win", "acceptance", "1.1.1.1", 0); g = getFolder("Program"); addFile("fileop_fileexecute_notepad", "3.3.3.3", jarSrc, g, jarSrc, true); fileSource = g + jarSrc; err1 = fileExecute(fileSource); logComment("Path to notepad.exe = " + fileSource); logComment("fileExecute returns = " + err1); if (0 == getLastError()) finalizeInstall(); else abortInstall(); RESULT: notepad.exe is installed. The application is not launched. The Version registry shows that notepad.exe was not registered. The Install.log shows the following: --------------------------------------------------------------------------- http://jimbob/jars/junk.xpi -- 10/08/1999 15:45:50 --------------------------------------------------------------------------- Acceptance: a_fileop_fileexecute_win ------------------------------------ Install **FAILED** with error -229 Finished Installation 10/08/1999 15:45:50 EXPECTED RESULT: notepad.exe is registered in Version registry. The application is launched from fileExecute(). Error -229 is not defined from the current list of XPInstall error messages.
Summary: [PP]File op: fileExecute does not execute on Windows → File op: fileExecute does not execute
The Mac has the same problem. The xpi for Mac is at http://jimbob/jars/a_fileop_fileexecute_mac.xpi
More info... Uhhh, why am I seeing the message "Function FileExecute requires 2 parameters"? This may be the problem.
Assignee: cathleen → ssu
Target Milestone: M11
Blocks: 16220
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
it now accepts one parameter.
Status: RESOLVED → VERIFIED
Build 1999-10-18-09-M11(WIN), 1999-10-18-12-M11(MAC), 1999-10-18-08-M11(LINUX) We like work now.
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.