A default setup project in visual studio 2008 gives you dialogs with a logo-type image in the upper right of a monitor. All I want to do is change this image to new logo. Don’t want to deal with custom dialogs. Any way to just change the image?
Share
In your setup project, go into the User Interface Dialog editor and click on one of the dialogs. In the properties window for that dialog, you can change the BannerBitmap property to any image that you want.
It’s a long thin bitmap that extends across the entire top of the dialog. The one that I use has about a 7.5:1 width to height ratio.
Specifically, it’s a 497×69 pixel bitmap (.bmp). I don’t remember how I came up with that exact size, but it has worked for me.