Hi,

When running this bundle (simplified for this post), I can see the eula,
logo.png, ui.xml and ui.wxl in the bundles temp\<guid>\.ba1 directory.

I don't however see the progress.bmp in that directory which is in a Payload
child element.
- Have I missed something important?

<Bundle>
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense">
        <bal:WixStandardBootstrapperApplication
        LicenseFile="$(var.EULA_en_US)"
        LogoFile="$(var.InstallerResourceDir)logo.png"
        ThemeFile="ui.xml"
        LocalizationFile="1033\ui.wxl"/>

        <Payload SourceFile="res\progress.bmp"/>

    </BootstrapperApplicationRef>

...
        
</Bundle>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Payload-in-BootstrapperApplicationRef-not-working-wix-3-9-tp7598402.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to