I am getting this error in log file. 

===========================
[28F8:28F0][2012-09-14T12:17:11]: Setting string variable 'WixBundleName' to
value 'my_Bootstrapper2'
[28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to probe for loc
file: thm.wxl in path:
C:\Users\VCHAUR~1\AppData\Local\Temp\{c2f6b6bb-3009-420f-8677-c02e58e78178}\.ba1\
[28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to initialize
data in bootstrapper application.
===========================

My bundle.wxs code looks like:

===========================
      <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.Foundation">
        <Payload Id="thm.wxl" Compressed="yes" SourceFile="RtfTheme.wxl"/>
        <Payload Id="thm.xml" Compressed="yes" SourceFile="RtfTheme.xml"/>
      </BootstrapperApplicationRef>
      
    <WixVariable Id="WixStdbaThemeXml" Value="RtfTheme.xml" />
    <WixVariable Id="WixStdbaThemeWxl" Value="RtfTheme.wxl" />
===========================


Why does probing occurs for thm.wxl even if I change the Id of that file ?
Is that a bug ?




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

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to