On Friday, September 28, 2007, at 01:59PM, "Srinivas Tirupati" <[EMAIL 
PROTECTED]> wrote:
>How can we display a Text which has quotes in a wix dialog
>
>Like -->      Check for the section "Trouble S hooting" in Installation Guide
>Tried using \ but no use:(
>
>Thanks and Regards
>Srinivas T

The WXS file is XML, and you should be able to express any Unicode character in 
it using normal XML techniques. For example, &#xn; where the n is the 
hexadecimal value of the character code. For instance &#x20; is a space 
character.

Alternatively you can enter the characters verbatim, as long as you specify the 
XML file's encoding. That's defined in the XML declation: "<?xml 
encoding="..."?>"

For more about those two techniques, you should look at the XML specs at 
www.w3c.org ;-)

Of course you will also need to make sure that your Product/Package etc is 
marked as using the appropriate Windows language and codepage...

Cheers,

Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to