Re: [WiX-users] Multi language msi

2009-06-13 Thread Neil Sleightholm
There is a good article about this here: http://www.installsite.org/pages/en/msi/articles/embeddedlang/index.htm Although it is unsupported it seem to work well. Neil -Original Message- From: Gilad Israeli [mailto:gilad.isra...@mks.com] Sent: 12 June 2009 16:36 To: wix-users@lists.sourc

Re: [WiX-users] Multi-language msi

2006-08-07 Thread John Lemire
of others who's names I'm not yet familiar with yet. Appologies for the misunderstanding and many thanks for the great work, commitment, and effort. -john -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 9:13 AM To: John Lemire

Re: [WiX-users] Multi-language msi

2006-08-07 Thread Chesong Lee
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 inst

Re: [WiX-users] Multi-language msi

2006-08-07 Thread Rob Mensching
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lemire Sent: Monday, August 07, 2006 08:04 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

Re: [WiX-users] Multi-language msi

2006-08-07 Thread John Lemire
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 Beh

Re: [WiX-users] Multi-language msi

2006-08-06 Thread Derek Cicerone
Right, using the transforms in that way is not discouraged (that's their localization story from what I know); it's just that the data coming from the transform is then unpatchable because the transforms are always applied last. Derek -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

Re: [WiX-users] Multi-language msi

2006-08-06 Thread Derek Cicerone
Title: RE: [WiX-users] Multi-language msi Ah ok.  I’m not certain, but I believe I’ve heard two things about that method: It’s not officially supported by the MSI team (they discourage people from using it).  I’m not sure why though. I believe you cannot create a patch

Re: [WiX-users] Multi-language msi

2006-08-06 Thread John Lemire
Title: RE: [WiX-users] Multi-language msi To make multi-language msi's right now you: 1)Make a normal msi in your primary lanuage (english in my case) 2)Make normal msi's in the other languages. 3)Run MsiTran once each on your primary language and each of your secondary ones. Thi

Re: [WiX-users] Multi-language msi

2006-08-05 Thread Rob Mensching
> I am still wondering why MSI does not support unicode database in > the current version, if even MSI 3.0 or later does not support > non-unicode based operating systems - Windows 9x. File format changes are never cheap... especially, when you have over 7 years of files that you have to maintai

Re: [WiX-users] Multi-language msi

2006-08-05 Thread Chesong Lee
MSI does not support unicode database and requires single ANSI code page for a database. As Western European languages shares a single code page 1252, it is possible to make a single MSI for multiple languages. But CJK or other languages use their own code page. E.g. Japanese 932, Korean 949, Si

Re: [WiX-users] Multi-language msi

2006-08-05 Thread Derek Cicerone
Title: Multi-language msi What is the MsiTran SummaryInfo mechanism?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lemire Sent: Saturday, August 05, 2006 5:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Multi-language msi   Hi, We are c