How can embed company logo in title section of setup dialog box?
Customizing Setup dialogbox in msi?
Collapse
This topic is closed.
X
X
-
Job LotTags: None -
Todd Derksen [MSFT]
RE: Customizing Setup dialogbox in msi?
To add a custom image to the title of the setup dialogs:
1. Add the image to the setup project
2. Open the UI editor of the setup project
3. Select the dialog you wish to change
4. Change the BannerBitmap property to your image.
That should work for you.
Todd Derksen
--------------------
Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[color=blue]
>Thread-Topic: Customizing Setup dialogbox in msi?
>
>How can embed company logo in title section of setup dialog box?
>[/color]
-
Todd Derksen [MSFT]
RE: Customizing Setup dialogbox in msi?
To add a custom image to the title of the setup dialogs:
1. Add the image to the setup project
2. Open the UI editor of the setup project
3. Select the dialog you wish to change
4. Change the BannerBitmap property to your image.
That should work for you.
Todd Derksen
--------------------
Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[color=blue]
>Thread-Topic: Customizing Setup dialogbox in msi?
>
>How can embed company logo in title section of setup dialog box?
>[/color]
Comment
Comment