Hello again,

my code fragment can even be simplified (no need for two "RegistryKey" entries):

<Component Id="SomeId" Guid="*">
    <RegistryKey Root="HKLM" Key="ConstantKey" Action="create">
        <RegistryValue Name="ConstantNameA" Value="ConstantValueA"
Type="string" KeyPath="yes"/>

<!--    <RegistryValue Name="[MergeRedirectFolder]ConstantNameB"
Value="ConstantValueB" Type="string"/> -->
        <RegistryValue Name="ConstantNameB" Value="ConstantValueB"
Type="string"/>
    </RegistryKey>
</Component>


Dirk

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to