OemAppName

OemAppName: Specifies the display name of the OEM-provided application that will be shown in the user interface. This name appears alongside the icon specified in OemIconPath.

type: string

Values

Executable's Name

Parent Hierarchy

Microsoft-Windows-Gaming-Configuration| xbOemAppLayout | OemAppName

Valid Configuration Passes

offlineServicing, specialize, oobeSystem

Applies To

To determine whether a component applies to the image you’re building, load your image into Windows SIM and search for the component or setting name. For information on how to view components and settings, see Configure Components and Settings in an Answer File.

XML Example

The following example shows how to configure the display name "Fabrikam" for an OEM-provided application. This name will appear in the user interface alongside the specified logo.

<xbOEMAppLayout>
  <OemAppExePath>C:\Fabrikam\Fabrikam.exe</OemAppExePath>
  <OemAppName>Fabrikam</OemAppName>
  <OemIconPath>C:\Fabrikam\Logos\Logo.png</OemIconPath>
</xbOEMAppLayout>

Create an unattend setting