On Project Properties, inside the Linker tab, there is the Cultures item. Set it to en-US and all the errors will stop.
PS: There are any other cultures avaiable? 2006/10/14, Dmitry Pavlov <[EMAIL PROTECTED]>: > > > 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" > > I didn't see the call to light.exe in VS Output window. > The build command created by Visual Studio WiX project is following: > --------------------------------------------------------------------- > C:\Program Files\Windows Installer XML v3\bin\candle.exe -dDebug -out > obj\Debug\Product.wixobj -ext "C:\Program Files\Windows Installer XML > v3\bin\WixUIExtension.dll" Product.wxs > --------------------------------------------------------------------- > > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
