Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-04 Thread Bob Arnson
Robert Nickel wrote: > 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. > -dWix

Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-04 Thread Neil Sleightholm
t: 04 February 2009 08:29 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005 > You can also use the WixVariable element in a source file. Yes, but I cannot assign language specific strings to this variabl

Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-04 Thread Robert Nickel
> You can also use the WixVariable element in a source file. Yes, but I cannot assign language specific strings to this variable, e.g. 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 w

Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-03 Thread Bob Arnson
Robert Nickel wrote: > I know that it is possible to specify the license file via e.g. > -dWixUILicenseRtf="path\de-de\german_license.rtf" > option and that hereby it is possible to use a localized license file. > You can also use the WixVariable element in a source file. -- sig://boB http:/