WixUI_Mondo Dialog Set
WixUI_Mondo includes a set dialogs that allow granular installation customization options. WixUI_Mondo is appropriate when some product features are not installed by default and there is a meaningful difference between typical and complete installs.
Note: WixUI_Mondo uses SetInstallLevel control events to set the install level when the user chooses Typical or Complete. For Typical, the install level is set to 3; for Complete, 1000. For details about feature levels and install levels, see INSTALLLEVEL Property.This dialog set is defined in the file WixUI_Mondo.wxs in the WixUIExtension in the WiX source code.
WixUI_Mondo Dialogs
WixUI_Mondo includes the following dialogs:
- BrowseDlg
 - CustomizeDlg
 - DiskCostDlg
 - LicenseAgreementDlg
 - SetupTypeDlg
 - WelcomeDlg
 
In addition, WixUI_Mondo includes the following common dialogs that appear in all WixUI dialog sets:
- CancelDlg
 - ErrorDlg
 - ExitDlg
 - FatalError
 - FilesInUse
 - MaintenanceTypeDlg
 - MaintenanceWelcomeDlg
 - MsiRMFilesInUse
 - OutOfDiskDlg
 - OutOfRbDiskDlg
 - PrepareDlg
 - ProgressDlg
 - ResumeDlg
 - UserExit
 - VerifyReadyDlg
 - WaitForCostingDlg
 
See the WixUI dialog reference for detailed descriptions of each of the above dialogs.