I think the intent would be to have a "Preqba.wxl".  Have multiple files with 
the same name in LCID specific sub folders.

So,

    <WixVariable Id="PreqbaThemeXml" Value="MyPReg.thm" />
    <WixVariable Id="PreqbaThemeWxl" Value=" Preqba.wxl" /> <!-- Preqba = 
English.wxl -->
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
          <bal:WixStandardBootstrapperApplication
            LicenseUrl="http://example.com/license.html";
            LogoFile="path\to\customlogo.png"
            />
        <Payload Compressed='yes'  SourceFile="French.wxl" Name="{#THE LCID 
goes here#}\Preqba.wxl" />
        <Payload Compressed='yes' SourceFile="Dutch.wxl" Name="{#THE LCID goes 
here#}\Preqba.wxl" />
        <Payload Compressed='yes' SourceFile="Swahili.wxl" Name="{#THE LCID 
goes here#}\Preqba.wxl" />
               ...
        </BootstrapperApplicationRef>

Another ref: http://sourceforge.net/p/wix/bugs/2764/

I believe then burn will probe for the WXL based on the computers LCID, and if 
it finds a localized version use it.  If that fails, it should fall back to the 
one in the root folder.

-----Original Message-----
From: mvd1 [mailto:ma...@costar.ca] 
Sent: Thursday, June 27, 2013 11:04 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn - Localization Identifiers Duplicated

Hey! Thanks!  The compiler error is gone.

I was in the middle of putting together an example for this because what is out 
there on this issue is very sparse and I haven't been able to find a 
"start-to-finish" example.  However, in putting all the pieces together, I 
realized something and now I am unsure if I am doing this right (It is very 
difficult for me to test this as I have limited access to a French OS).

In my bundle.wxs, in order to get what I have working in the first place, I 
have overridden the following 2 WiX variables:
    <WixVariable Id="PreqbaThemeXml" Value="MyPReg.thm" />
    <WixVariable Id="PreqbaThemeWxl" Value="English.wxl" />

So my question is, if I am defining English.wxl as my localization file, when I 
have multiple files, will it properly pick up both English.wxl and French.wxl?  
When I ran it, I thought that it would build 2 setup.exe's, one in English and 
one in French.  However, it only built 1 setup file.  Am I doing this correctly 
or should I be doing something different?

Once we have this all resolved I will include a through and through example of 
everything but I want to clarify this first.


From: Nick Ramirez [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7586899...@n2.nabble.com]
Sent: Wednesday, June 26, 2013 5:42 PM
To: Mark Van Dyke
Subject: RE: Burn - Localization Identifiers Duplicated

In the bootstrapper project's Visual Studio properties, go to Tool Settings and 
enter the command-line args into the Linker text box.
________________________________
If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Localization-Identifiers-Duplicated-tp7586776p7586899.html
To unsubscribe from Burn - Localization Identifiers Duplicated, click 
here<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7586776&code=bWFya3ZAY29zdGFyLmNhfDc1ODY3NzZ8MTMzNzA0NTMxNw==>.
NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Localization-Identifiers-Duplicated-tp7586776p7586913.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to