From: Bob A. <bo...@jo...> - 2007-07-23 13:56:27
|
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/ |