What are the ideal dimensions for a Windows Installer Banner Bitmap?

  • Thread starter Thread starter Christian Blackburn
  • Start date Start date
C

Christian Blackburn

Hi Gang,
I would like to customize the installation's logo. What are the ideal
dimensions for a BannerBitmap? MSDN just tells me how to use the properties
window (ya like I didn't already know how to use that) rather than yielding
the dimensions.
Cheers,
Christian
 
Hi TJoker,
Thanks for the info. I realized I could just put in a picture and check,
but I though if somebody knew that'd be best. I think InstallSite.org
probably has the answer to that one somewhere I just thought someone might
know it off the top of their head.
Well I'll give it a go.
Cheers,
Christian
 
Hi TJoker,
It may be that both the length and width will resize to accommodate.
However if that's the case then they should document that, not just assume
that everyone would want to figure that out :).
Cheers,
Christian
 
Hello,

Christian Blackburn said:
It may be that both the length and width will resize to
accommodate.
However if that's the case then they should document that,
not just assume that everyone would want to figure that out :).

Accoding to the documentation for the 'BannerBitmap' property the bitmap
should measure 500 x 70 pixels.
 
Hi Herfried,
No I didn't find it in MSDN. I take it you did though? or Did you find it
in the SDK or something?
Cheers,
Christian
 
Hey Herfried,
I felt embarrassed when I read your answer since it looked like you just got
context sensitive help by pressing F1 over the property in VB. I was
embarrassed, because I thought there might have been some chance that I
either didn't do it, or did it incorrectly. Well it was the later, I did it
incorrectly. I clicked on the property name and pressed F1, that brings up
help about how to use the property sub-window. You must have put your
cursor inside of the bannerbitmap property and then pressed F1, that does
bring up the correct help item. I'm happy to know how to do this as I think
I've ran into this with a few other properties in the past, although I
assume that most of the time I pressed F1 with the cursor in the right
location.
Thanks Again,
Christian Blackburn
 
Hello,

Christian Blackburn said:
incorrectly. I clicked on the property name and pressed F1,
that brings up help about how to use the property sub-window.

Really annoying...
You must have put your cursor inside of the bannerbitmap
property and then pressed F1, that does bring up the correct
help item.

I didn't know that. I simply typed "BannerBitmap" into the MSDN Libarary's
Search window.
 
Back
Top