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

Reply via email to