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.
<WixVariable Id="WixStdbaThemeWxl" Value="RtfTheme.wxl" />
<WixVariable Id="WixStdbaThemeXml" Value="layout.xml" />
<WixVariable Id="WixStdbaLicenseRtf" Value="1033\License.rtf" />
<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense">
<!-- works fine -->
<Payload Id="thm-de-DE" Compressed="yes" Name="1031\thm.wxl"
SourceFile="RtfTheme.de.wxl"/>
<Payload Id="thm-es-ES" Compressed="yes" Name="3082\thm.wxl"
SourceFile="RtfTheme.es.wxl"/>
...
<!-- doesn't work -->
<Payload Id="thmx-de-DE" Compressed="yes" Name="1031\thm.xml"
SourceFile="layout.de.xml"/>
<Payload Id="thmx-es-ES" Compressed="yes" Name="3082\thm.xml"
SourceFile="layout.es.xml"/>
...
<!-- doesn't work -->
<Payload Id="lic-de-DE" Compressed="yes" Name="1031\lic.rtf"
SourceFile="1031\License.rtf" />
<Payload Id="lic-es-ES" Compressed="yes" Name="3082\lic.rtf"
SourceFile="3082\License.rtf" />
</BootstrapperApplicationRef>
What am I doing wrong in the Payload specification? Are these supported by
WixStandardBootstrapperApplication.RtfLicense at this time?
Thanks,
Ian
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users