Check this article on escaping characters in formatted values:
https://msdn.microsoft.com/en-us/library/aa368609%28v=vs.85%29.aspx
Specifically for your question:
- Square brackets ([ ]) or curly braces ({ }) with no matching pair are
left in the text.
- If a substring is enclosed in curly braces ({ }), and it contains no
property names enclosed in square brackets ([ ]), the substring is left
unchanged, including the curly braces.
- If a substring is enclosed in curly braces ({ }) and it contains one
or more property names enclosed in square brackets ([ ]) then, if all the
property names are valid, the text (with the resolved substitutions) is
displayed without the curly braces.
Nir
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users