Phil, thx for your guidance so far.

In WiX3.7 I manage to build setup.exe and run it with or without -lang 1031.
So I can see English and German draft version. Now I wanted to get to auto
detection on running setup.exe. So I downloaded the WixBalExtensionExt.dll.
I used that in candle.exe (WixBalExtensionExt) and light.exe. In my .wxs I
only changed the ...Standard... to ...Extension... I left .RtfLicense. I
build it no problem. So as my native language is de - austrian german), I
should see German version, but it is the same. I get it only with adding
-lang 1031.
I also downloaded your two .exe files seen in the previous post and it does
run german version already from the start. What am I doing wrong. I am not
using .HyperlinkLicense only .RtfLicense as before.

BR

...             
<WixVariable Id="WixStdbaThemeWxl" Value="$(var.ResourceFolder)\thm.wxl"/>      
                

<BootstrapperApplicationRef
Id='WixExtendedBootstrapperApplication.RtfLicense'>
      <bal:WixExtendedBootstrapperApplication
LicenseFile='$(var.ResourceFolder)\Eula.rtf'
LogoFile='$(var.ResourceFolder)\Logo.png' SuppressOptionsUI='yes'/>
      <Payload Id="thm-de" Compressed="yes" Name="1031\thm.wxl"
SourceFile="$(var.ResourceFolder)\1031\thm.wxl"/>
                
</BootstrapperApplicationRef>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-Multilanguage-bundle-tp7588097p7588253.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to