I've got the following markup in my bootstrapper:

<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.Foundation">
      <bal:WixStandardBootstrapperApplication 
                ThemeFile="custom.thm" 
                LicenseFile="CustomLicense.rtf" 
                LocalizationFile="thm.wxl" />
</BootstrapperApplicationRef>

And I am getting the following error when I run it:

Error 0x80070002: Failed to probe for loc file: thm.wxl in path:
C:\Users\Win7\AppData\Local\Temp\{489e3324-6d8d-4ff5-953f-dad01c33c9a4}\.ba1\
Error 0x80070002: Failed to initialize data in bootstrapper application.

Am I missing something? I've got a file that I've called "thm.wxl" in the
project with this markup:

<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us"
xmlns="http://schemas.microsoft.com/wix/2006/localization";>
        <String Id="Caption">My caption</String>
</WixLocalization>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-standard-UI-wxl-tp7580680.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to