Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image size for BannerBitmap property in Windows Installer

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.

like image 408
Scott Marlowe Avatar asked Aug 19 '08 16:08

Scott Marlowe


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.

like image 198
Scott Marlowe Avatar answered Nov 02 '22 10:11

Scott Marlowe