Bugs item #1255994, was opened at 2005-08-10 16:10
Message generated for change (Settings changed) made by barnson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1255994&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: v3.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: pd5rm (pd5rm)
Assigned to: Derek (derekc)
Summary: Unexpected row created with default value in Registry
Initial Comment:
Using Orca, I see that the following Registry tag creates
two registry rows. One empty name/value pair and one
valid one. I thnk the valid one is overwritten by the empty
one resulting in no default key getting created.
<Registry Key="{SOMEGUID-C88B-495F-BB18-
209F9696FBE4}">
<Registry Value="MyComName" Type="string" />
</Registry>
The following registry tag results in correct (one row)
creation.
<Registry Key="{SOMEGUID-C88B-495F-BB18-
209F9696FBE4}"
Value="MyComName" Type="string">
</Registry>
This seems (to me at least) to be unexpected behaviour
because both of the above entries should generate
similar results.
----------------------------------------------------------------------
Comment By: Derek (derekc)
Date: 2006-05-03 08:05
Message:
Logged In: YES
user_id=518766
Ok, this has now been fixed by creating an entirely new
schema for the Registry table which should make it much more
difficult to accidentally create an accidental registry entry.
----------------------------------------------------------------------
Comment By: Rob Mensching (robmen)
Date: 2005-08-17 05:43
Message:
Logged In: YES
user_id=991639
I agree that this behavior is very unfortunate. It was a known
issue from the beginning but the feature seemed worthwhile
even if it had to be used carefully. We need to do something
better but the change will be destabilizing so the current plan
is to address this in WiX v3.0.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1255994&group_id=105970
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs