Re: [WiX-users] Localized bundle: Picking up the right files

2012-02-09 Thread Ian Williams
thread. Thanks again, Ian -Original Message- From: Sam Morris [mailto:s...@red-redemption.com] Sent: Thursday, February 09, 2012 5:07 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Localized bundle: Picking up the right files On Thu, 09 Feb 2012 07:57:52 +, Ian Williams

Re: [WiX-users] Localized bundle: Picking up the right files

2012-02-09 Thread Sam Morris
On Thu, 09 Feb 2012 07:57:52 +, Ian Williams wrote: > So I figured out that I needed the license payloads to look like this: > > SourceFile="path_to_license.rtf" /> > > With the important bit being that the name is LCID\license.rtf. The > only way I was able to figure this out was by looki

Re: [WiX-users] Localized bundle: Picking up the right files

2012-02-09 Thread Ian Williams
uary 08, 2012 2:00 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Localized bundle: Picking up the right files Using WixStdba.RtfLicense, I'm able to localize various strings with the .wxl. But I'm having difficulty customizing the theme with the .xml f

[WiX-users] Localized bundle: Picking up the right files

2012-02-08 Thread Ian Williams
Using WixStdba.RtfLicense, I'm able to localize various strings with the .wxl. But I'm having difficulty customizing the theme with the .xml files, and I can't figure out how to get a different license to load for each language. ... ...