Hello Forum,
I built a wixlib and link to it from a wixproj file. The contents of the wixlib 
is basically the UIExtension dialogs slightly modified for my purpose.
The wixlib compiles alright but my wixproj is not compiling anymore since I got 
the wixlib to compile.
Relevant command line info and error is below.

3>------ Rebuild All started: Project: MHSetup, Configuration: Debug x86 ------
3>              C:\Program Files\Windows Installer XML v3\bin\candle.exe 
-dDebug -d"DevEnvDir=C:\Program Files\Microsoft Visual Studio 
9.0\Common7\IDE\\" -dSolutionDir=C:\C\MHtip\SETUP\WIX\MHSetup\ 
-dSolutionExt=.sln -dSolutionFileName=MHSetup.sln -dSolutionName=MHSetup 
-dSolutionPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup.sln -dConfiguration=Debug 
-dOutDir=bin\Debug\ -dPlatform=x86 
-dProjectDir=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\ -dProjectExt=.wixproj 
-dProjectFileName=MHSetup.wixproj -dProjectName=MHSetup 
-dProjectPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\MHSetup.wixproj 
-dTargetDir=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\ -dTargetExt=.msi 
-dTargetFileName=MHSetup.msi -dTargetName=MHSetup 
-dTargetPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.msi -out 
obj\Debug\MHSetup.wixobj -arch x86 MHSetup.wxs
3>              C:\Program Files\Windows Installer XML v3\bin\Light.exe 
-cultures:en-us -out C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.msi 
-pdbout C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.wixpdb 
obj\Debug\MHSetup.wixobj 
X:\mh\SETUP\WIX\MHSetup\MicrohedgeWixLib\bin\Debug\MicrohedgeWixLib.wixlib
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(17,0): error 
LGHT0102: The localization variable !(loc.ErrorDlgErrorText) is unknown.  
Please ensure the variable is defined.
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(18,0): error 
LGHT0102: The localization variable !(loc.WixUIYes) is unknown.  Please ensure 
the variable is defined.
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(21,0): error 
LGHT0102: The localization variable !(loc.WixUICancel) is unknown.  Please 
ensure the variable is defined.

The list of errors go on and on but that is the basic idea.

I know that these errors are related to the en-us.wxl file not being processed 
yet the command argument -cultures:en-us is right there on the command line.
I have no idea why I am getting these errors. Could this be a bug in Wix?
-Tripphippy

-- 
View this message in context: 
http://n2.nabble.com/Help-with-localization-tp2541204p2541204.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to