UserData specifies user settings.

Child Elements

AcceptEula

Specifies whether to automatically accept the Microsoft Software License Terms.

FullName

Specifies the name of the end user.

Organization

Specifies the name of the organization that owns the computer.

ProductKey

Specifies the product key to use, which determines the edition of Windows to install.

Valid Passes

windowsPE

Parent Hierarchy

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 user data.

  Copy Code
<UserData>
   <AcceptEula>true</AcceptEula>
   <FullName>EndUserName</FullName>
   <Organization>Fabrikam</Organization>
   <ProductKey>
	<Key>12345-12345-12345-12345-12345</Key>
	<WillShowUI>Never</WillShowUI>
   </ProductKey>
</UserData>

See Also