Rob Mensching-6 wrote:
> 
> Take a look at the -bf switch to lit.exe.
> 

Thank you! I am using Votive, but the "Bind files into the library file"
setting in the Build fane of the project properties solved that part.

However I have still not succeeded to find a way to actually use my images
as banners.
If I define a WixVariable the reference seems to resolved when building the
final setup which doesn't succeed and I can neither use the binary id of my
bitmaps.


I have tried to use the same ids for the bitmaps as in the wix source
  From Common.wxs:
        <Binary Id="WixUI_Bmp_Banner"
SourceFile="!(wix.WixUIBannerBmp=$(var.bannerBmp))" />
  My file
        <Binary Id="WixUIBannerBmp" SourceFile="Bitmaps\bannrbmp.jpg" />


I have tried to make a localization file specifing that this bitmap should
be used, but with no luck.
  <String Id="WelcomeDlgBitmap" Overridable="no">VP_Bmp_Dialog</String>
>From WixUI_en-us.wxl
    <String Id="WelcomeEulaDlgBitmap"
Overridable="yes">WixUI_Bmp_Dialog</String>

However if I duplicate the dialogs from the UIExtension I can make them use
my files, but that seems not as the best solution to me...


Do you or anyone know a way to achieve this? I would really like to just
include my "Company extension" and have our special ui sequence (with custom
dialogs) and company banners. The UI part with sequence and dialogs is
working properly.


Thank you all

Best regards,
Jesper
-- 
View this message in context: 
http://n2.nabble.com/Can-Custom-Library-include-banners--tp2853116p2965129.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to