On Sat, 14 Oct 2006 14:26:32 +0400
"Dmitry Pavlov" <[EMAIL PROTECTED]> wrote:

> I'm trying to use WiX v3 (3.0.2211.0) under Visual Studio. 
>  
> I have created the WIX project and referenced WixUIExtension.dll.
> When I try to build this I get the about 550 similar errors in output
> like that: ------------------------------------------------------
> Error     1          The localization
> variable !(loc.ErrorDlgErrorText) is unknown.  Please ensure the
> variable is defined.
> E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\ErrorDlg.wxs
> 17        1          MyWixSetupProject
> ------------------------------------------------------ It seams that
> is a bug because I even don't have such directory -
> E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib Dmitry [dimaka]

Could you show us the command you use to compile?
It seems like you forgot '-cultures'-argument.
This command should work "light.exe -ext WixUIExtension -cultures:en-US
whateveryoufileiscalled.wixobj"

-- 
chs


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to