I think this may turn out to be one of those dumb problems. I'd swear I had
my Wix project working fine before I went on vacation; now I'm back and it
seems to be broken and I can't see what the problem is.
 
I'm using Wix version 3.0.2925.0 and the Mondo UI. I can link with the
English culture fine. But when I link for German or Spanish I get over 260
errors such as:
 
C:\delivery\Dev\wix\src\ext\uiextension\wixlib\ErrorDlg.wxs(10): error
LGHT0102: The localization variable !(loc.WixUIYes) is unknown.  Please
ensure the variable is defined.
 
I know this can happen when you don't specify the -cultures option. But my
link line looks like this:
 
Light.exe -cultures:de-de -d"WixUILicenseRtf=EULA German.rtf" -ext
WixUIExtension -out D:\MyInstaller1031.msi D:\MyInstaller.wixobj 
 
If I change the culture to "en-us" it works fine. Also, I have the following
line in my .wxs file:
 
<UIRef Id="WixUI_Mondo" />
 
 
As far as I know, German and Spanish should already be built into the
WixUIExtension. So as long as I specify the "-cultures:de-de" it should
work. I must be doing something wrong somewhere else but I can't find it. I
tried reinstalling Wix to no avail.
 
What else can cause this to happen?
 
 
Jim
 
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to