WillShowUI
WillShowUI
specifies in what circumstances the user interface (UI) is displayed for UpgradeData.
Values
Always |
Specifies that the UI is always displayed for this item. |
OnError |
Specifies that the UI is displayed for this item when an error occurs. This is the default value. |
Never |
Specifies that the UI is never displayed for this item. Specifies that the UI is never displayed.
|
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | UpgradeData | WillShowUI
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 shows how to set an upgrade installation to run in guaranteed quiet mode.
<UpgradeData>
<Upgrade>true</Upgrade>
<WillShowUI>Never</WillShowUI>
</UpgradeData>