Re: [WiX-users] Languages attribute of Packages element

2010-06-07 Thread Blair
value becomes the ProductLanguage property (a required attribute). -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Sunday, June 06, 2010 11:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Languages attribute of Packages element Here's

Re: [WiX-users] Languages attribute of Packages element

2010-06-06 Thread Nick Ramirez
Here's how I understand it: For an MSI package (unlike an MSM package) you only specify one LCID for the Package element's Languages attribute. If you omit it, it will be considered a language neutral package. This is stored in the Template Summary property of the MSI, which you can see by openin

[WiX-users] Languages attribute of Packages element

2010-06-04 Thread WenWu Lu
The WiX documentation for the Languages attribute of the Packages element says that it contains the list of language IDs (LCIDs) supported in the package. If this attribute is not set, what is the default value? If it is set, how is it related to the Language attribute of the Product eleme