Hey Neil,

If you use .wxl files to do your localization you could specify the Codepage
as an attribute in that file. This would help normalize this for you a bit.

Take a look at the http://schemas.microsoft.com/wix/2006/localization and
WXL files.

Hope this helps,
-- 
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Wed, Aug 20, 2008 at 5:23 AM, Neil Sleightholm <[EMAIL PROTECTED]>wrote:

> In the WiX help it talks about using a localisation variable for the
> Package/@SummaryCodepage and this seems like a good idea but you also need
> to set Product/@Codepage to get the MSI built with the correct codepage. The
> problem is that when I set Product/@Codepage to a localisation variable e.g.
> !(loc.Codepage) I get an error from candle "CNDL0276 : The code page
> '!(loc.Codepage)' is not a valid Windows code page." (I am using WiX
> v3.0.4415.0)
>
> Is this a bug or am I doing something wrong?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to