I never knew that automatic language selection feature was in MSI engine. Seems 
like that's why InstallShield guys are using 1033.mst or <LANGID>.mst in their 
localization. But they do not embed the language transforms which may invoke 
automatic transform selection. Thanks for the tip.

And as for prior comments, I thought you were using single MSI for multiple 
languages without transforms. But in your case, there will be no problem for 
different code pages as long as transforms are used and main msi code page is 
"0".

Regards,

Chesong Lee

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lemire
Sent: Monday, August 07, 2006 11:04 AM
To: WiX-users
Subject: Re: [WiX-users] Multi-language msi

Yes the hypocrisy of which is not lost on us as Microsoft uses this 
exceptionally handy feature itself (in the windows installer installer 
instmsi.exe no less) while discouraging it and leaving it undocumented...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DEÁK JAHN, Gábor
Sent: Sunday, August 06, 2006 1:28 PM
To: WiX-users
Subject: [WiX-users] Multi-language msi

On Sun, 6 Aug 2006 11:32:20 -0700, Derek Cicerone wrote:

Derek,

> It's not officially supported by the MSI team (they
> discourage people from using it).  I'm not sure why though.

Actually, as far as I know, it's naming the transforms according to the 
codepage numbers (what would make the selection of the language automatic) is 
discouraged, not the use of the transforms themselves like this:

msiexec /i SampleMulti.msi TRANSFORMS="fr-fr.mst"

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to