Hello,

I am creating a localizable setup with UI. I have succeeded so far
except the localization of the license agreement.
For my UI I started to extend the WIX-Mondo UI. I have created a
project for the PrintEula custom action, one Wix Library project for
the mondo-UI wxs files and one project for the WIXUIExtension and
started to add my own stuff to the UI library.
I have also created localized License.rtf files, one for each
localization I need (11 so far). But when going to WelcomeEulaDlg.wxs
I found no way to specify these localized files as the SourceFile of
the LicenseText control. I have tried some workarounds:
 - specified the path to the localized license file in a property in
my MSI project, then try to use it instead of $(var.licenseRtf)
 - specified the path to the localized license file in a string in my
.wxl file then try to use it instead of $(var.licenseRtf)
None of these worked.
Please advise if there's any way to accomplish this task.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to