Hi,

I am using Wix Toolset v3.7. Using VS 2010 I am trying to build a .wxs
project and trying to generate localized versions of msi.
It is working for en-US, ja-JP, de-de. If i add a file for fr-FR or it-IT
or es-ES cultures I get below error

12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(46,0):
error LGHT0102: The localization variable
!(loc.msierrSecureObjectsFailedCreateSD) is unknown.  Please ensure the
variable is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(47,0):
error LGHT0102: The localization variable
!(loc.msierrSecureObjectsFailedSet) is unknown.  Please ensure the variable
is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(48,0):
error LGHT0102: The localization variable
!(loc.msierrSecureObjectsUnknownType) is unknown.  Please ensure the
variable is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(54,0):
error LGHT0102: The localization variable !(loc.msierrXmlFileFailedRead) is
unknown.  Please ensure the variable is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(55,0):
error LGHT0102: The localization variable !(loc.msierrXmlFileFailedOpen) is
unknown.  Please ensure the variable is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(56,0):
error LGHT0102: The localization variable !(loc.msierrXmlFileFailedSelect)
is unknown.  Please ensure the variable is defined.
12>E:\delivery\Dev\wix37_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(57,0):
error LGHT0102: The localization variable !(loc.msierrXmlFileFailedSave) is
unknown.  Please ensure the variable is defined.

I am new to wix and have no idea why these errors are coming. Any pointers
would be appreciated.

The Cultures to build field is blank. I also tried to explicitly specify
fr-Fr in this field but still get the error.

Thanks,
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to