Customer Information User Interface Dialog Box
The Customer Information dialog box is used to prompt the user for information including name, company or organization, and serial number. The values entered in this dialog box will be written to the registry under the InstallProperties key for the product during installation.
The following illustration shows a typical Customer Information dialog box, as it would appear during installation.
Customer Information dialog box
The following properties are available for the Customer Information 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 details, see BannerBitmap Property. |
SerialNumberTemplate | Specifies a template used to validate serial number entry. In the above example, the default template was used. For details, see SerialNumberTemplate Property. |
ShowOrganization | Determines whether the Organization field will be displayed. |
ShowSerialNumber | Determines whether the Serial Number field will be displayed. If set to true, the user must enter a valid serial number in order to continue. |
See Also
User Interface Management in Deployment | Deployment and the Run-Time User Interface | Deployment Dialog Boxes | Installation Dialog Box Restrictions