What codepage are you using?  The copyright R symbol shows up fine in our 
English installer, but 
it's just not in the Japanese codepage, so we leave it out for our Japanese 
installers.  I see 
you've got Language set to 1033.  Is the codepage set to 1252?

Rob

Trevor Clifton wrote:
> An example of my code is the following where I want to use the R symbol in
> the product name.
> 
> <Product Version="3.x" Name="MyProductR Software 3"
> Id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" Language="1033" Manufacturer="Some
> Corporation"  UpgradeCode="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">
> 
> I have tried to replace the R with each of the following, but with no
> success:
> 
> R      - this turns into a ? in the MSI so I need to use the correct symbol
> &reg;  - this result is displayed with the r underlined and then eg; follows
> &0256; - Candle Error: fatal error CNDL0031: An error occurred while parsing
> EntityName.
> \0256  - this is not escaped
> 
> Does anyone have any ideas on how to get this R symbol to appear correctly
> in the MSI and to not give an error in the WiX?
> 
> 
> Thanks in advance,
> -Trevor       
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to