Bugs item #1340430, was opened at 2005-10-28 10:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1340430&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Riko Eksteen (rikoe)
Assigned to: Nobody/Anonymous (nobody)
Summary: KeyPath not resolved correctly for nested registry entries
Initial Comment:
When I use the following registry definition:
<Registry Root="HKCU" Key="Software\MyComp\MyApp">
<Registry Name="Test1" Type="string" Value="1"
KeyPath="yes" />
<Registry Name="Test2" Type="string" Value="2" />
</Registry>
the compiler generates three Registry table rows - one
for the key itself, and two for the two values. What's
more, it sets the entry for the registry key entry to
the the KeyPath of the component, instead of the one
for Test1.
When I use the following settings
<Registry Root="HKCU" Key="Software\MyComp\MyApp"
Name="Test1" Type="string" Value="1"
KeyPath="yes" />
<Registry Root="HKCU" Key="Software\MyComp\MyApp"
Name="Test2" Type="string" Value="2" />
the compiler generates only two Registry table rows,
one each for the two name-value pairs (and not another
one for the key itself). Also it correctly sets the row
for Test1 as the component's key path.
To me the above two defintions are logically the same,
and should generate the same MSI table rows, but they
don't. Plus the first definition incorrectly sets the
parent key as the key path, and not the value.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1340430&group_id=105970
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs