Closed
Bug 15597
Opened 26 years ago
Closed 26 years ago
[PP]AddSubcomponent: File not installed when it is not renamed
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M11
People
(Reporter: jimmykenlee, Assigned: dougt)
Details
Build: 10/4/99 SeaMonkey build
1. From http://jimbob/trigger2.html, click drop-down button and select
a_addsubcomp_5_string_ver and click Trigger case button
Install.StartInstall("Acceptance: a_addsubcomp_5_string_ver", "acceptance",
"1.0.1.5", 1);
f = Install.GetFolder("Communicator", "multisubdir/aaa/bbb/ccc");
Install.AddSubcomponent("addsubcomp_5_string_ver", "1.0.1.5", jarSrc, f,
jarSrc);
RESULT:
The subdirectory is created, but the component is not installed. The
Install.log indicates that the installation is successful. If the jarScr is
renamed, then the component is installed. Triggering test
a_addsubcomp_full_iver_ver will prove this true.
EXPECTED RESULT:
Installation is successful if jar source is not renamed.
I forget to mention that this problem applies to all forms of AddSubcomponent.
| Assignee | ||
Comment 3•26 years ago
|
||
jimmy, could you try to isolate this test case? is it at all reproducable with
new builds?
I have not been able to reproduce this problem with
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/1999-10-14-08-M11/
The installation is behaving as expected.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•