Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a custom icon to Setup Project in Visual Studio?

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

like image 639
Vitalij Avatar asked Oct 20 '10 12:10

Vitalij


2 Answers

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.

like image 51
dhirschl Avatar answered Sep 30 '22 12:09

dhirschl


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.

like image 34
hawbsl Avatar answered Sep 30 '22 14:09

hawbsl