Re: [WiX-users] Localizing a WIX installer

2009-02-05 Thread Neil Sleightholm
strings. Neil -Original Message- From: Jon Seanor [mailto:jsea...@fortinet.com] Sent: 05 February 2009 21:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Localizing a WIX installer Hi again It looks like this distribution list doesn't like RTF!

Re: [WiX-users] Localizing a WIX installer

2009-02-05 Thread Bob Arnson
Jon Seanor wrote: > However, when executed on a Simplified Chinese OS, all the localized > text consists of "?". > Both wxl files are utf-8 and when opened on a Chinese OS display the > expected characters. > So, it's as if Light has converted the utf8 in the localization files to > to a

Re: [WiX-users] Localizing a WIX installer

2009-02-05 Thread Rob Mensching
Did you set the codepage for the MSI? Remember, MSI files are not Unicode. -Original Message- From: Jon Seanor [mailto:jsea...@fortinet.com] Sent: Thursday, February 05, 2009 13:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Localizing a WIX

Re: [WiX-users] Localizing a WIX installer

2009-02-05 Thread Jon Seanor
Hi again It looks like this distribution list doesn't like RTF! The params I'm using are: -cultures:"zh-CN" -loc localization\zh-CN.wxl -loc "%wix_bin_dir%\localization\wixui_zh-CN.wxl" Jon Seanor wrote: > Hi > > I'm trying to build a localized installer but I'm not getting the > results

[WiX-users] Localizing a WIX installer

2009-02-05 Thread Jon Seanor
Hi I'm trying to build a localized installer but I'm not getting the results I expect. I am feeding these params into Light to create a Simplified Chinese language installation. *-cultures:*"zh-CN" *-loc* localization\zh-CN.wxl *-loc* "%wix_bin_dir%\localization\wixui_zh-CN.wxl" However,