WixUI_Minimal is the simplest of the built-in WixUI dialog sets. Its sole dialog combines the welcome and license agreement dialogs and omits the feature customization dialog. WixUI_Minimal is appropriate when your product has no optional features and does not support changing the installation directory.
This dialog set is defined in the file WixUI_Minimal.wxs in the WixUIExtension in the WiX source code.
WixUI_Minimal includes the following dialog:
In addition, WixUI_Minimal includes the following common dialogs that appear in all WixUI dialog sets:
See the WixUI dialog reference for detailed descriptions of each of the above dialogs.