Closed
Bug 6859
Opened 26 years ago
Closed 26 years ago
WinReg Object--createKey: Key is not created with default, HKEY_CLASSES_ROOT
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: jimmykenlee, Assigned: ssu0262)
Details
Build: 5/19/99 SeaMonkey build
1. Use jar at http://jimbob/jars/a_winreg_createkey.jar
2. Using form,
var winreg = Install.GetWinRegistry();
winreg.createKey("Software\\WinReg Test Key\\subkey1\\subkey2", "");
3. Trigger jar
RESULT:
Checking the Windows Registry reveals that no key was created. The Install.log
shows:
---------------------------------------------------------------------------
Acceptance: a_winreg_createkey
---------------------------------------------------------------------------
Starting Installation at 05/19/1999 16:35:51
Create Registry Key \#0\
Finished Installation 05/19/1999 16:35:51
EXPECTED RESULT:
The key, "Software\\WinReg Test Key\\subkey1\\subkey2", is created using the
root, HKEY_CLASSES_ROOT. If setRootKey is used, then this key appears to be
created as expected. Therefore, it seems that this problem only applies when a
default root is expected.
I'm not sure how to interpret the Install.log file as shown above. The
perception I have is that the triggered jar was successful. Let me know what
you think. Thanks.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
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
•