Closed
Bug 6601
Opened 26 years ago
Closed 26 years ago
[PP] AddDirectory: Directory does not get added as described from installscript
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: jimmykenlee, Assigned: ssu0262)
References
Details
Build: 5/17/99 SeaMonkey build
1. The jar being used is http://jimbob/jars/a_adddirectory_4.jar
2. The form I am using is Install.AddDirectory(regName, jarSrc, f, appenddir);
3. Trigger this jar
RESULT:
No directory with the name "thefolder" is added to the Temp directory. Jar
appears to have been triggered successfully. The Install.log shows:
---------------------------------------------------------------------------
Acceptance: adddirectory_4_string_ver
---------------------------------------------------------------------------
Starting Installation at 05/17/1999 15:52:59
Finished Installation 05/17/1999 15:52:59
EXPECTED RESULT:
"thefolder" is a directory under Temp directory. Install.log indicates that
directory was successfully created.
Updated•26 years ago
|
Assignee: dougt → dveditz
Comment 2•26 years ago
|
||
assigning to dan
Updated•26 years ago
|
Status: NEW → ASSIGNED
Need to fix AddDirectory bugs in order to get a single SeaMonkey install going.
Setting priority to P1.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
OS: Windows NT → Mac System 8.5
Hardware: All → Macintosh
Summary: AddDirectory: Directory does not get added as described from installscript → [PP] AddDirectory: Directory does not get added as described from installscript
Build 7/7/99
Adding [PP] to Summary since this is fixed for Windows. However, this fails for
Macintosh and Unix.
For Macintosh, the failure may be due to Bug 9406. Until adding a file is
resolved, this feature for Macintosh cannot be properly verified. I can see
that folders are created. The Install.log file shows that the install script
aborts.
For Linux, the Install.log shows a graceful abort for all forms of
AddDirectory(). I do not find any directories created.
Updated•26 years ago
|
Assignee: dveditz → ssu
Status: REOPENED → NEW
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
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
•