How add multiple locale EULA in wixtoolset using addinExpress Editor

34 Views Asked by At

I am trying to add multiple locale EULA in setup file. I am using Addinexpress editor. My code is following

 <Text SourceFile="!(loc.StdUI_ENU_LicenseRtf)" />   in  StandardUI.wxs and 

 <String Id="StdUI_ENU_LicenseRtf" Overridable="yes">EULA_en-us.rtf</String> in StandardUI_en-US.wxl 

for english culture. But I am getting error

The localization variable !(loc.StdUI_ENU_LicenseRtf) is unknown. Please ensure the variable is defined.

0

There are 0 best solutions below