DynamicUpdate specifies whether to enable Dynamic Updates during Windows Setup. Dynamic Updates search for new Windows Setup files, including drivers and other files, to be used to install the Windows operating system.

Child Elements

Enable

Specifies whether to enable dynamic updates for installation.

WillShowUI

Specifies in what circumstances to show the user interface (UI) for dynamic updates.

Valid Configuration Passes

windowsPE

Parent Hierarchy

Microsoft-Windows-Setup | DynamicUpdate

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-Setup.

XML Example

The following XML output shows the value for the DynamicUpdate setting.

  Copy Code
<DynamicUpdate>
   <Enable>true</Enable>
   <WillShowUI>Never</WillShowUI>
</DynamicUpdate>

See Also