Closed
Bug 12020
Opened 26 years ago
Closed 17 years ago
Version Registry: Duplicate entries for absolute pathname registryname
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: jimmykenlee, Assigned: dveditz)
References
Details
Build: 8/17/99 SeaMonkey build
1. From http://jimbob/trigger2.html, trigger f_adddirectory_regname_absolute.jar
Install.StartInstall("Functional: f_adddirectory_regname_absolute",
"f_adddirectory_regname_absolute", vi, 0);
f = Install.GetFolder("Program", "f_adddir_regname_absolute");
Install.AddDirectory("/" + regName, vi, jarSrc, f, jarSrc, true);
RESULT:
The directory is installed gracefully. The Install.log records as expected.
The Version registry shows a node at
Version Registry/f_adddirectory_regname_absolute/ as expected.
There also exists a node at
Version Registry/Netscape/Communicator #/f_adddirectory_regname_absolute and
shows only a Version.
EXPECTED RESULT:
There is no node at
Version Registry/Netscape/Communicator #/f_adddirectory_regname_absolute
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M12 → M13
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
change to REMIND.
bug meeting 3/20
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
Comment 6•23 years ago
|
||
REMIND is deprecated per bug 35839.
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Comment 9•21 years ago
|
||
Test case can be triggered from
http://www.mozilla.org/quality/smartupdate/xpinstall-trigger.html
Select f_adddir_regname_absolute from the Functional Test Case menu.
Assignee | ||
Comment 10•17 years ago
|
||
The xpinstall script engine has been removed from the trunk, bugs in it are obsolete.
Status: NEW → RESOLVED
Closed: 25 years ago → 17 years ago
Resolution: --- → WONTFIX
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
•