AcceptEula

AcceptEula specifies whether to automatically accept the Microsoft Software License Terms.

Note

This setting is required for all unattended installations. To prevent the Windows Setup user interface (UI) from displaying, you must configure this setting. For a complete list of required settings, see Settings to Use for an Unattended Installation.

Values

true

Specifies that the license terms are automatically accepted without being displayed to the end user.

false

Prompts the user to accept the license terms before proceeding with Windows Setup. This is the default value.

Note

The value for AcceptEula is ignored during upgrades.

Valid Passes

windowsPE

Parent Hierarchy

Microsoft-Windows-Setup | UserData | AcceptEula

Applies To

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

XML Sample

The following sample 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>

See Also

Concepts

UserData