Re: [WiX-users] My experiences making a multi-language bundle

2013-08-16 Thread shofar
In the ARP the only way I have found to make the DisplayName change with the language of the user is to add the DisplayName_Localized entry to the ARP entry in the registry as described here: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374120(v=vs.85).aspx Key: HKLM\SOFTWARE\Wow6432N

Re: [WiX-users] My experiences making a multi-language bundle

2013-08-01 Thread snowkoan
Hi again, One further detail: Note the theme in the payload is named 'thm.wxl'. This is important! The bootstrapper only uses translations if they are in a file with this name. Alnoor -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/My-experienc

Re: [WiX-users] My experiences making a multi-language bundle

2013-08-01 Thread snowkoan
Hi Tim, My original question was a little bit misguided -- there are no translations for the RtfLicense theme included with WiX 3.7. The translations are for a different them called mbapreq, which doesn't seem to have a license dialog. In the interest of saving someone a few minutes (perhaps me,

Re: [WiX-users] My experiences making a multi-language bundle

2013-07-25 Thread TimM
Alnoor, We are currently using WiX 3.7 and still having issues with localization on Burn WixStandardBootstrapperApplication.RtfLicense dialogs. Have you got this working and do they have localized resources for the standard dialog boxes already? If you have this going could you let me know what y

Re: [WiX-users] My experiences making a multi-language bundle

2013-07-23 Thread snowkoan
Hi, Great post! How does this change in WiX 3.7? I downloaded the WiX 3.7 source and noticed that the wixstdba folder now contains localized resources for a number of languages. When creating a bundle: Is there a shortcut to reference these localized themes, or do I have to copy them to my own

Re: [WiX-users] My experiences making a multi-language bundle

2012-12-14 Thread faktorx2001
I've the same problem with build error. I have two wxl files for different languages. With one wxl file it works,but if i add the second i got the build error. And is there any chances to localize the rtf license file? -- View this message in context: http://windows-installer-xml-wix-toolset.6

[WiX-users] My experiences making a multi-language bundle

2012-01-20 Thread Sam Morris
I've spent the last couple of days rewriting an installer to make use of Burn. My goal was to have one executable that would present a localized user interface based off the user's UI language settings. I have documented my experiences below in case someone else would find the information useful