DisplayReport
DisplayReport
specifies in what circumstances the user interface (UI) is displayed for this item.
Values
OnError |
Specifies that the UI is displayed on error. This is the default value. |
Never |
Specifies that the UI is never displayed, even for serious errors. An error is logged, and installation terminates. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | ComplianceCheck | DisplayReport
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
XML Example
The following XML output specifies that the installation is to run in guaranteed quiet mode, showing no UI.
<ComplianceCheck>
<DisplayReport>Never</DisplayReport>
</ComplianceCheck>