Closed Bug 12108 Opened 25 years ago Closed 25 years ago

AddDirectory: Empty string jarSource does not create node in Version registry

Categories

(Core Graveyard :: Installer: XPInstall Engine, defect, P3)

All
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jimmykenlee, Assigned: dougt)

Details

Build: 8/16/99 SeaMonkey build

1. From http://jimbob/trigger2.html, trigger
   http://jimbob/jars/f_adddirectory_jarsrc_blank.jar

Install.StartInstall("Functional: f_adddirectory_jarsrc_blank",
"f_adddirectory_jarsrc_blank", vi, 0);
f = Install.GetFolder("Program", "f_adddir_jarsrc_blank");
Install.AddDirectory(regName, vi, "", f, jarSrc, true);

RESULT:
No subdirectory or files are installed.  The Install.log shows:

---------------------------------------------------------------------------
http://jimbob/jars/f_adddirectory_jarsrc_blank.jar   --   08/18/1999 17:36:05
---------------------------------------------------------------------------

     Functional: f_adddirectory_jarsrc_blank



     Install completed successfully
     Finished Installation  08/18/1999 17:36:05

The Version registry shows nothing registered against this jar.

The Macintosh behaves different.  The xpinstall progress dialog does not dismiss
itself.  The jar appears not to have installed since nothing is installed and
the Install.log shows no trigger session.

EXPECTED RESULT:
No directory and files are installed.  But a Version registry node is created.
I'm not sure what to make of the Install.log.
Target Milestone: M11
Assignee: cathleen → dveditz
reassign to Dan, per today's bug meeting.
Assignee: dveditz → dougt
this should return an error.  assigning to myself.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed.  We were not comparing properly.
Status: RESOLVED → VERIFIED
Build 9/10/99

All platforms return Error -208.
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.