472,800 Members | 1,118 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,800 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 8669
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...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.