As stated in the documentation for Formatted Column Data Type ( 
http://msdn.microsoft.com/en-us/library/aa368609(VS.85).aspx 
<http://msdn.microsoft.com/en-us/library/aa368609%28VS.85%29.aspx> )
you should replace
"[" with "[\[]"
"]" with "[\]]"

Will I get the proposed $64,000? ;-)

Ondrej Zarevucky

On 19.3.2010 15:10, Patrick Choiniere wrote:
> Hi everyone,
>
>
>
> I've got a problem I need to solve.  When I use the following line below in
> WIX the linker (lights) gives me an error message.
>
>
>
> Line:<RegistryValue Name="RegistrationKey"
> Value="do(&amp;3j%^hP+_2kmfy%f2j`_)[d" Type="string" />
>
>
>
> Error message: error LGHT0204 : ICE03: Invalid format string; Table:
> Registry, Column: Value, Key(s): reg328E9EEEC11F14FEA06055693FAF3FDA
>
>
>
> 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?
>
>
>
> Line:<RegistryValue Name="RegistrationKey"
> Value="do(&amp;3j%^hP+_2kmfy%f2j`_)d" Type="string" />
>
>
>
>
>
> Thanks in advance,
>
> Patrick Choiniere
>
> ------------------------------------------------------------------------------
> 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
>    

------------------------------------------------------------------------------
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