Previewing the User Interface

[This is preliminary documentation and subject to change.]

The installer stores all information about the user interface in the tables of the installation database. To facilitate the design of the user interface the installer also provides a preview mode for viewing this information. The following procedure describes how to enable the user interface preview mode and display the current appearance of dialog boxes and billboards.

    To view the user interface in the preview mode:
  1. Enable the preview mode by calling the MsiEnableUIPreview function.
  2. Display the particular dialog boxes by calling the MsiPreviewDialog function.
  3. Display particular billboards by calling the MsiPreviewBillboard function.