Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Configuration 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>