FullName
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
FullName
specifies the name of the end user.
Values
User_name |
Specifies the name of the end user. User_name is a string with a maximum length of 63 characters. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
windowsPE
Parent Hierarchy
Microsoft-Windows-Setup | UserData | FullName
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 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>