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.
WillShowUI
specifies in what circumstances to display the user interface (UI) when applying a product key specified by ProductKey.
Always |
Specifies that the UI is always displayed. |
OnError |
Specifies that the UI is displayed if an error occurs, even for catastrophic, non-recoverable errors. This is the default value. |
Never |
Specifies that the UI is never displayed.
|
This string type does not support empty elements. Do not create an empty value for this setting.
Microsoft-Windows-Setup | UserData | ProductKey | WillShowUI
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
The following XML output shows how to set user data.
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>EndUserName</FullName>
<Organization>Fabrikam</Organization>
<ProductKey>
<Key>12345-12345-12345-12345-12345</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>