Image size for BannerBitmap property in Windows Installer

Viewed 23737

I'm working on a quick setup program in Visual Studio and wanted to change the banner bitmap. Anyone know off-hand what the ideal (or the required) dimensions are for the new banner image? Thanks.

1 Answers

Found it on MSDN docs for BannerBitmap Property:

For best results, you should use a bitmap with dimensions of 500 pixels wide by 70 pixels high.

Related