Frédéric Viollet wrote:
> <Component Id="APM_MAXHEAPSIZE_REGISTRY" 
> Guid="924B3E41-7157-4927-B892-8D52D8A392BD">
>  <Condition>MAXHEAPSIZE AND (MAXHEAPSIZE< 256)</Condition>
>  <RegistryKey Root="HKLM" Key="SOFTWARE\MySoftware\Parameters">
>    <RegistryValue KeyPath="yes"  Name="myDword" Value="256" 
> Type="integer" Action="write" />
>  </RegistryKey>
> </Component>
>
> I get the error : Name cannot begin with the ' ' character, 
> hexadecimal value 0x20

You can't use a "bare" < character in an XML document. You need to use 
CDATA or &lt; instead.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to