Votive (actually the MSBuild scripts) differentiates between semicolon and
comma. It assumes the list separator is a semicolon and uses that to split
the list into separate invocations of light.exe, ignoring the comma. If you
change the default list separator character you may or may not break this
implementation, I don't remember and I'm not taking the time to look it up
right now.

Light.exe doesn't care, it recognizes both the semicolon and the comma as
separators and treats them identically.

-----Original Message-----
From: Markus KARG [mailto:markus.k...@gmx.net] 
Sent: Wednesday, October 21, 2009 11:04 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Beginner's Question on Multi Language Installer

> Markus KARG wrote:
> > What I do not understand under this circumstances is: Why can I add a
> LIST
> > of cultures to light.exe? I mean, what does it actually do with all
> the
> > cultures if actually always taking just the first in the list?
> >
> It uses all of them to support fallback from available localization
> files. The WiX MSBuild targets use the list of cultures to generate one
> MSI per culture.

I still don't get it.

I always understood fallback in the sense of: "-cultures:de,en" what mean:
"If you don't find a word in German, then print the English word".

But what I am talking about is: "-cultures:de;en" (semicolon but not comma).

So what acutally will light do when I provide "de,en;en"?

I mean, one must understand the details to correctly use it - and I WANT to
correctly use it. :-)

Thanks
Markus



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to