Share via


Finished User Interface Dialog Box

The Finished dialog box is used to notify the user when the installation is complete. The text in the body of the dialog box reads "Product has been successfully installed. Click "Close" to exit." Product is the ProductName property for the deployment project.

The Finished dialog box is always the last dialog box displayed during installation and can only be located in the End section of the User Interface Editor.

Note   If an installer contains any other dialog boxes, it must also contain the Finished dialog box.

The following illustration shows a typical Finished dialog box, as it would appear during installation.

Finished dialog box

The following properties are available for the Finished dialog box.

Property Description
BannerBitmap Specifies a bitmap or JPEG image to be displayed in the banner area. In the above illustration, the default bitmap is shown. For more information, see BannerBitmap Property.
UpdateText Specifies text to be displayed on the Finished dialog. For more information, see UpdateText Property.

See Also

User Interface Management in Deployment | Deployment and the Run-Time User Interface | Deployment Dialog Boxes | ProductName Property | Installation Dialog Box Restrictions