Customizing Setup dialogbox in msi?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Job Lot

    #1

    Customizing Setup dialogbox in msi?

    How can embed company logo in title section of setup dialog box?
  • Todd Derksen [MSFT]

    #2
    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

    • Todd Derksen [MSFT]

      #3
      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

      Working...