User Data XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure the end-user Setup settings in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to configure end-user settings that the system uses during Windows Embedded 8 Standard (Standard 8) setup.

<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

Reference

Setup
AcceptEula
FullName
Organization
ProductKey