Martin Evans wrote:
C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\BrowseDlg.wxs(18): error LGHT0102: The localization variable !(loc.WixUIOK) is unknown. Please ensure the variable is defined.

Is that the only error you get? Does it build correctly on your local machine outside VS?

Make sure your .wixproj has a PropertyGroup that includes

<Cultures>en-us</Cultures>

(or some other Cultures value). That loads the US English strings, which includes a value for WixUIOK.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to