On Mar 19, 2010 2:47pm, Patrick Choiniere <patr...@pcpatricks.com> wrote:
> Hi everyone,

> I discovered that if I remove the left square bracket "[" from the Value
as
> follows it will compile and link.  Now for the $64,000 question, I need
the
> [ in there how do I do this?
>

<RegistryValue Name="RegistrationKey"
Value="do(&3j%^hP+_2kmfy%f2j`_)[\[]d" Type="string" />


Escape "[" and "]" inside square brackets, so "[" becomes "[\[]" and "]"
becomes "[\]]"

See http://msdn.microsoft.com/en-us/library/aa368609%28VS.85%29.aspx for
more information.

hth,
Dave.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to