> You can also use the WixVariable element in a source file. Yes, but I cannot assign language specific strings to this variable, e.g.
<WixVariable Id="WixUILicenseRtf" Value="!(loc.path_to_license_rtf)" /> because the localized strings are evaluated at link time. I get the error error LGHT0103: The system cannot find the file '!(loc.path_to_license_rtf)'. That's why the localized license file should be given to light.exe as a parameter. I don't see a way to work with the build mechanisms of Visual Studio unless I can give a parameter to light.exe in the project properties that depends on the current culture, e.g. -dWixUILicenseRtf="C:\rtf-path\$(Culture)\license.rtf" Is something like this possible? Otherwise I would have to build the project manually. Robert ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users