共用方式為


WillShowUI (Standard 7 Package Reference)

7/8/2014

WillShowUI specifies under what circumstances to display the user interface (UI) for target-analysis mapping.

Note

This setting only takes effect if no packages (including Windows Embedded Core) are present in the unattended Image Builder answer file.

Values

Always

Specifies that the UI is always displayed.

OnError

Specifies that the UI is displayed only if an error occurs, even for catastrophic, non-recoverable errors.

Never

Specifies that the UI is never displayed.

WillShowUI only prevents Windows Setup UI pages from being displayed. If a critical error occurs, an error message might be displayed. To avoid displaying the error message, you can use the ErrorHandler.cmd file to automatically run a script to handle the error.

The default value for this setting is OnError.

Valid Passes

windowsPE

See Also

Concepts

TargetAnalysisMapping