UpgradeData
UpgradeData
specifies whether the installation type is an upgrade of an existing operating system and in what circumstances the user interface (UI) is displayed.
Child Elements
Specifies whether the installation is an upgrade of an existing operating system. |
|
Specifies in what circumstances the UI is displayed. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | UpgradeData
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>