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 开发者_如何学Cinstaller logo I have my custom logo.
To make it clear, here is the icon, which I want to change:
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.
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.
精彩评论