473,385 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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

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
Nov 20 '05 #1
12 8695
I'm not sure if these are the exact dimensions, but I use: 497x69

--
TJoker, MCSD.NET
MVP: Paint, Notepad, Solitaire

****************************************
"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:#N**************@TK2MSFTNGP12.phx.gbl...
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

Nov 20 '05 #2
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

"TJoker .NET [MVP]" <no****@nonono.no> wrote in message
news:up**************@tk2msftngp13.phx.gbl...
I'm not sure if these are the exact dimensions, but I use: 497x69

--
TJoker, MCSD.NET
MVP: Paint, Notepad, Solitaire

****************************************
"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:#N**************@TK2MSFTNGP12.phx.gbl...
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


Nov 20 '05 #3
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

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:ed**************@TK2MSFTNGP11.phx.gbl...
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

"TJoker .NET [MVP]" <no****@nonono.no> wrote in message
news:up**************@tk2msftngp13.phx.gbl...
I'm not sure if these are the exact dimensions, but I use: 497x69

--
TJoker, MCSD.NET
MVP: Paint, Notepad, Solitaire

****************************************
"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:#N**************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #4
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

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:ed**************@TK2MSFTNGP11.phx.gbl...
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

"TJoker .NET [MVP]" <no****@nonono.no> wrote in message
news:up**************@tk2msftngp13.phx.gbl...
I'm not sure if these are the exact dimensions, but I use: 497x69

--
TJoker, MCSD.NET
MVP: Paint, Notepad, Solitaire

****************************************
"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> wrote in message
news:#N**************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #5
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #6
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #7
Way to go Herfried. Alright now I will make my artwork :).
Cheers,
Christian
"Herfried K. Wagner [MVP]" <hi*******@m.activevb.de> wrote in message
news:en*************@tk2msftngp13.phx.gbl...
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet

Nov 20 '05 #8
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
Way to go Herfried. Alright now I will make my
artwork :).


Did you find it in the docs too?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #9
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

"Herfried K. Wagner [MVP]" <hi*******@m.activevb.de> wrote in message
news:eS**************@tk2msftngp13.phx.gbl...
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
Way to go Herfried. Alright now I will make my
artwork :).


Did you find it in the docs too?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet

Nov 20 '05 #10
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
No I didn't find it in MSDN. I take it you did though?
or Did you find it in the SDK or something?


In the VS.NET documentation.

BannerBitmap Property (Visual Studio .NET Documentation)
http://msdn.microsoft.com/library/de...approperty.asp

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #11
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

"Herfried K. Wagner [MVP]" <hi*******@m.activevb.de> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
No I didn't find it in MSDN. I take it you did though?
or Did you find it in the SDK or something?
In the VS.NET documentation.

BannerBitmap Property (Visual Studio .NET Documentation)

http://msdn.microsoft.com/library/de...approperty.asp
--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet

Nov 20 '05 #12
Hello,

"Christian Blackburn" <Christian@Damn@Sp**@Hotmail.com> schrieb:
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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: delerious | last post by:
Hi, I am designing a web site that will that showcase a bunch of vacation pictures. It will have a banner and a navigation menu (consisting of 13 rectangular images that can be clicked). I am...
1
by: Gordon Scott | last post by:
Is there a faster way to determine the dimensions (width, height) of an image besides using a Bitmap object? I've got a piece of code that is searching a directory structure for images and...
5
by: jcrouse | last post by:
I saw an article, once, on how to package image file in the installer so they are not accessible to the end user. I want to say hidden, but I don't just mean the file attribute of the image file....
4
by: Nak | last post by:
Hi there, Does anyone know the dimensions for the banner at the top of a deployment project, i.e. the one with the little computer. Cheers. Nick.
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
3
by: Rob R. Ainscough | last post by:
I'm confused the documentation says I can use a 500 x 70 pixel banner image (bmp or jpg) but when I do, the banner text is written on top of my image. Is there anything I can do to remove the...
0
by: =?ISO-8859-15?Q?Mathias_W=FChrmann?= | last post by:
Hi, first, I want to apologize for any bad english that might be following and lead to none or bad understanding of my posting. It has been a long time since I last posted in english ;-) So...
2
by: almurph | last post by:
Hi, Hope you can help me wit this one. I have to open either a ".jpg", ".bmp" or a "gif" and alter its dimensions and save the output as a .gif. Here is my attempt - I would greatly...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.