views:

31

answers:

2

I am trying to add a custom icon to setup project. So instead of standard installer logo I have my custom logo.

To make it clear, here is the icon, which I want to change:

installer icon

A: 

Right-click the Setup Project in Solution Explorer and select View > User Interface.

This will display all the screens of the installer.

The picture that you want to change is the property BannerBitmap.

You can customize this for any screen of the installer.

dhirschl
+1  A: 

Just to add to dhirschl's answer ... you also have the option to change the default BannerBitmap so that all your setups have your own logo automatically and you don't have to worry about fixing it every time you create a new setup.

Clear instructions on how to do this are provided by René van Bemmelen and can be found here on the Microsoft forums.

hawbsl