It is simpler than that:
<WixVariable Id="WixUIBannerBmp" Value="Bitmaps\bannrbmp.bmp" />
    <WixVariable Id="WixUIDialogBmp" Value="Bitmaps\dlgbmp.bmp" />


Neil


>Hi create the image you want using the sizes specified here:
>http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
>
>And add them into your installer like:
>
> <Binary Id="Banner" SourceFile="Bitmaps\banner.bmp"/>
><Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370"
>Height="44"
>TabSkip="no" Text="Banner" />
>
>That is for the banner, the background is the same method..:)
>
>
>-----Original Message-----
>From: Chaitanya [mailto:chaita...@pointcross.com]
>Sent: 04 October 2012 12:34
>To: wix-users@lists.sourceforge.net
>Subject: [WiX-users] creating image..
>
>Hi,
>
>I want to replace image in WixUI_InstallDir.How to do that..
>
>Please Help me.Im new to Wix.
>
>Tahnks.
>
>--------------------------------------------------------------------------
>--
>--
>Don't let slow site performance ruin your business. Deploy New Relic APM
>Deploy New Relic app performance management and know exactly what is
>happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic
>at
>no cost today and get our sweet Data Nerd shirt too!
>http://p.sf.net/sfu/newrelic-dev2dev
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>--------------------------------------------------------------------------
>----
>Don't let slow site performance ruin your business. Deploy New Relic APM
>Deploy New Relic app performance management and know exactly
>what is happening inside your Ruby, Python, PHP, Java, and .NET app
>Try New Relic at no cost today and get our sweet Data Nerd shirt too!
>http://p.sf.net/sfu/newrelic-dev2dev
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to