Thanks Chad,
I could solve it.

<!-- The control element in my custom dialog -->
<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370"
Height="44" TabSkip="no" Text="[BannerBitmap]" />

<!-- The properties set to refer to the bitmap image -->
<Property Id="BannerBitmap">bannrbmp</Property>
<Binary Id="bannrbmp" src="$(env.STAGE)\PROE\WF30\Resource\IOILogo.bmp"
/>


Thanks




-----Original Message-----
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] 
Sent: Wednesday, March 18, 2009 11:48 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Didn't Bob's reply help at all? He was asking what the Binary element
looks like. It should have the name of the binary file, the same name
using in the Control attribute. 

<Binary Id="Maingraphic.bmp"
src="$(env.WIXINSTALL)\UpdateTemplate\UI\HarlandLeftBanner_121x234.bmp"/
>



<Control Id="MainBitmap" Type="Bitmap" X="2" Y="2" Width="100"
Height="232" Text="Maingraphic.bmp" />


The combination of the two has always allowed me to display a bitmap in
my dialogs. But, if I remove or don't get the Binary element correct
then it won't display.

Hope that helps



-----Original Message-----
From: Jyothsna Padavala [mailto:jpadav...@industrialorigami.com] 
Sent: Wednesday, March 18, 2009 10:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Hi Sudripta,

Did you get this (showing bitmap) problem sorted out ?
I've the same problem too and looking out for a solution.

Thanks,
Jyo

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Monday, March 16, 2009 5:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Sudripta Nandy (Sarangsoft Corporation) wrote:
> Please let me know, what am I doing wrong. I also had tried with a
24-bit bmp image but, had no luck. Why is the bitmap not getting shown?
>   

What does your Binary element look like?

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------
------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based
development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based
development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based
development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to