Closed
Bug 14901
Opened 25 years ago
Closed 16 years ago
Version Registry: Registry info is lost after a patch
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P4)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: jimmykenlee, Assigned: cathleennscp)
References
Details
Build: 9/24/99 SeaMonkey build
1. From http://jimbob/trigger2.html, click drop-down button and select
f_addmacpatch_exe and click Trigger case button to set up file for
patching
2. Checking the Version registry at this time shows that everything is fine
so far
3. From http://jimbob/trigger2.html, click drop-down button and select
f_macpatch_exe and click Trigger case button to patch file
var regName = "macpatch_exe";
var vi = new InstallVersion();
var jarSrc = "NCSA Telnet 2.7b5x.gdf";
vi.init("1.2.1.1");
Install.StartInstall("Functional: f_macpatch_exe", "/f_macpatch_exe", vi, 0);
f = Install.GetFolder("Program", "f_macpatch_exe");
err = Install.Patch(regName, vi, jarSrc, f, "SimpleText", true);
Install.LogComment("Install Patch = " + err);
RESULT:
The file is patched successfully. The Install.log appears correct and accurate.
The Version registry shows the expected absolute pathname "f_macpatch_exe". But
a dump of this node shows nothing.
EXPECTED RESULT:
A dump of the node shows a leaf "macpatch_exe/SimpleText" complete with
RefCount, Path, and Version.
*** Bug 14996 has been marked as a duplicate of this bug. ***
Comment 3•25 years ago
|
||
cathleen returns for m13
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•25 years ago
|
Target Milestone: M13 → M15
Comment 5•25 years ago
|
||
Post beta for patching.
marking as REMIND
bug meeting 3/20
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
Comment 7•23 years ago
|
||
REMIND is deprecated per bug 35839.
Severity: critical → normal
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Target Milestone: M15 → ---
3 years later...
As a non-Netscape-employee, I have no idea what this bug means, but I suspect
that it's no longer relevant.
Resolved?
Keywords: qawanted
Patching is a feature that has not been implemented. At one time it was
considered, and this bug was a result of it partially working. This bug is only
relevant if the Patching feature is going to be pursued.
Severity: normal → minor
Keywords: qawanted
OS: Mac System 8.5 → MacOS X
Priority: P3 → P4
Target Milestone: --- → Future
Updated•16 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 16 years ago
Resolution: --- → INVALID
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
•