Re: [WiX-users] Localization of MSI Installer

2009-09-06 Thread Bob Arnson
mahesh u wrote: > So, Is there any way I can localize installer UI dynamically i.e. something > like when Installer starts up detect the OS language and localize it to that > language? > MSI doesn't support that; the closest that's supported is a bootstrapper that applies the appropriate langua

[WiX-users] Localization of MSI Installer

2009-09-03 Thread mahesh u
Hi All, I read about localizing a MSI installer using Wix. It seems like I need to localize the installer by using appropriate language .wxl file during MSI package creation time itself. So, Is there any way I can localize installer UI dynamically i.e. something like when Installer starts up dete