Strange, this is what I have:

<BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
          <bal:WixStandardBootstrapperApplication
            SuppressOptionsUI="yes"
            LicenseUrl=""
            LogoFile="$(var.resourcePath)\logo.png"/>
        </BootstrapperApplicationRef>

-----Original Message-----
From: Dave Gilmour (FET) [mailto:d...@fetcorp.com] 
Sent: December-13-12 1:39 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Can't get logo to display

The logo file is located in the local directory, so I didn't bother putting in 
a full path.  However, I just did just try using a complete path and that 
didn't fix the problem.

Sounded like a good idea though...

On 13/12/2012 1:25 PM, Steven Ogilvie wrote:
> Path to logo file...
>
> -----Original Message-----
> From: Dave Gilmour (FET) [mailto:d...@fetcorp.com]
> Sent: December-13-12 1:14 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Can't get logo to display
>
> I've tried different types of files (.bmp, png) and different sizes of files, 
> but I just can't seem to get a logo to show up in the chained install program 
> I've created.  My license text shows up fine.
>
> This is the code I'm using:
>
>       <BootstrapperApplicationRef
> Id="WixStandardBootstrapperApplication.RtfLicense">
>         <bal:WixStandardBootstrapperApplication
>           LicenseFile="c:\path\to\MyLicense.rtf"
>           LogoFile="Logo.png"
>           />
>       </BootstrapperApplicationRef>
>
> Logo.png is a color bitmap 493W by 58H at 96 DPI.
>
> I'm creating the setup program using the following command:
>
>       setupbld.exe -o MySetup.exe -m MySetup.msi -setup C:\Program 
> Files (x86)\WiX Toolset v3.7\bin/setup.exe
>
> Everything works great except for the missing graphics.
>
> Is there something I'm missing?  I haven't been able to find anything online.
>
> Thanks
>
> Dave
>
>
>
> ----------------------------------------------------------------------
> -------- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
> Trial Remotely access PCs and mobile devices and provide instant 
> support Improve your efficiency, and focus on delivering more 
> value-add services Discover what IT Professionals Know. Rescue 
> delivers http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
> Trial Remotely access PCs and mobile devices and provide instant 
> support Improve your efficiency, and focus on delivering more 
> value-add services Discover what IT Professionals Know. Rescue 
> delivers http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to