Bugs item #1768793, was opened at 2007-08-06 13:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768793&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sbonev (sbonev) Assigned to: Scott Kurtzeborn (scotk) Summary: XmlConfigFailedRead is unknown error when using XmlConfig Initial Comment: XmlConfigFailedRead is unknown error when using XmlConfig element ============================================= Save the attached .wxs file to disk... it simply has an XmlConfig element in it. Compile using: candle.exe -out WixProject4.wixobj -ext "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" WixProject4.wxs Link using: Light.exe -ext "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" -out "C:\Users\my\Documents\Visual Studio 2005\Projects\WixProject4\WixProject4\bin\Debug\WixProject4.msi" WixProject4.wixobj Results: UtilExtension.wxs(155) : error LGHT0102 : The localization variable !(loc.msierrXmlConfigFailedRead) is unknown . Please ensure the variable is defined. UtilExtension.wxs(156) : error LGHT0102 : The localization variable !(loc.msierrXmlConfigFailedOpen) is unknown . Please ensure the variable is defined. UtilExtension.wxs(157) : error LGHT0102 : The localization variable !(loc.msierrXmlConfigFailedSelect) is unkno wn. Please ensure the variable is defined. UtilExtension.wxs(158) : error LGHT0102 : The localization variable !(loc.msierrXmlConfigFailedSave) is unknown . Please ensure the variable is defined. Expected Results: No build errors. Other: Wix Version 3.0.3127 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768793&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
