Closed
Bug 14902
Opened 25 years ago
Closed 17 years ago
Version Registry: Duplicate node appears after patching
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: jimmykenlee, Assigned: dveditz)
References
Details
Build: 9/24/99 SeaMonkey build
1. From http://jimbob/trigger2.html, click drop-down button and select
f_addwinpatch_exe and click Trigger case button to install file to be
patched
2. From http://jimbob/trigger2.html, click drop-down button and select
f_winpatch_exe and click Trigger case button to patch
var regName = "f_winpatch.exe";
var jarSrc = "charmap.exe.gdf";
var vi = "1.0.1.11";
Install.StartInstall("Functional: f_winpatch_exe", "f_winpatch_exe", "1.0.1.11",
0);
f = Install.GetFolder("Program", "f_winpatch_exe");
err = Install.Patch(regName, vi, jarSrc, f, "clock.exe", true);
Install.LogComment("Install Patch = " + err);
RESULT:
File on disk appears to be patched correctly. The Install.log is accurate in
describing the patching. A dump of the Version registry shows the following:
Subtree Dump of /Version Registry/Netscape/Communicator #20
--------------------------------
f_winpatch_exe
Version (S)=1.0.1.11
f_winpatch_exe/f_winpatch.exe
Path (F)=C:/Program Files/moz924/x86rel/f_winpatch_exe/clock.exe
Version (S)=1.0.1.11
f_winpatch_exe/f_winpatch_exe
RefCount (S)=1
Path (F)=C:\Program Files\moz924\x86rel\f_winpatch_exe\clock.exe
Version (S)=1.0.1.10
EXPECTED RESULT:
There is only one leaf node that corresponds to the patched file. Notice the
use of "/" versus "\" in the Path. Can this be part of the reason?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
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 → M15
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M17
we don't register individual files anymore.
push out to M30
Target Milestone: M17 → M30
Assignee | ||
Comment 5•25 years ago
|
||
Taking advantage of new "Future" target milestone.
Target Milestone: M30 → Future
Comment 6•22 years ago
|
||
*** Bug 156292 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•17 years ago
|
||
The xpinstall script engine has been removed from the trunk, bugs in it are obsolete.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•