DisplayReport
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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
windowsPE
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 without displaying to the UI.
<ComplianceCheck>
<DisplayReport>Never</DisplayReport>
</ComplianceCheck>