Share via


DisplayReport (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the DisplayReport setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies in what circumstances the user interface (UI) is displayed for ComplianceCheck, which checks that requirements are fulfilled so that Windows Embedded 8 Standard (Standard 8) can be installed.

Do not create an empty value for this setting.

Note

ComplianceCheck does not validate application compatibility. See the software vendor for application compatibility requirements.

The following table shows the possible values.

Value

Description

OnError

Specifies that the UI is displayed on error.

The system warns the user if any of the following errors occur:

  • There are SMART failures, and no alternate disk is available.
  • There is insufficient space for temporary files for Windows Embedded Setup or for total installation.
  • A newer version of the loader is already on the destination device. This applies to dual-boot scenarios only.

Never

Specifies that the UI is never displayed, even for serious errors. An error is logged, and installation terminates.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Setup

Products/Embedded Core/Setup/ComplianceCheck/DisplayReport

XML Example

The following XML example runs ComplianceCheck such that no errors are displayed.

<ComplianceCheck>
      <DisplayReport>Never</DisplayReport>
</ComplianceCheck>

See Also

Concepts

Embedded Core Settings