Re: [WiX-users] Multi-language installer

2012-03-13 Thread Bob Arnson
On 13-Mar-12 10:26, Dave Mateer wrote: > 99.9% of the payload in my installer is the same between the various > languages. The canonical way is to have one language-neutral installer and n language-specific installers. > Is there any way to "officially" do this without duplicating the content?

Re: [WiX-users] Multi-language installer

2012-03-13 Thread Wilson, Phil
13, 2012 7:26 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Multi-language installer Having already done some research, it appears that single-MSI multi-language installers are not supported by Windows Installer, and thus, not by WiX. However, the latest information I could find tha

Re: [WiX-users] Multi-language installer

2012-03-13 Thread David Watson
settings? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 13 March 2012 15:13 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Multi-language installer The Windows Installer behavior has not changed. :( On Tue, Mar 13, 2012 at 7

Re: [WiX-users] Multi-language installer

2012-03-13 Thread Christopher Painter
rk fine though. From: "Rob Mensching" Sent: Tuesday, March 13, 2012 10:20 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Multi-language installer The Windows Installer behavior has not changed. :( On Tue, Mar 13, 2012 at 7:26

Re: [WiX-users] Multi-language installer

2012-03-13 Thread Rob Mensching
The Windows Installer behavior has not changed. :( On Tue, Mar 13, 2012 at 7:26 AM, Dave Mateer wrote: > Having already done some research, it appears that single-MSI > multi-language installers are not supported by Windows Installer, and thus, > not by WiX. However, the latest information I cou

[WiX-users] Multi-language installer

2012-03-13 Thread Dave Mateer
Having already done some research, it appears that single-MSI multi-language installers are not supported by Windows Installer, and thus, not by WiX. However, the latest information I could find that actually looked definitive was from 2007, and I'm wondering if there has been any progress since