xbOEMAppLayout

'xbOEMAppLayout': A type that defines the layout configuration for OEM-provided apps that can be surfaced in gaming-related scenarios or other OEM UI surfaces.

Child Elements

OemAppExePath

Specifies the path to the executable or the protocol activation to be used to launch the executable

OemAppName

Specifies the name of the executable

OemIconPath

Specifies the path of an image file that contains the logo executable

Valid Configuration Passes

offlineServicing, specialize, oobeSystem

Parent Hierarchy

Microsoft-Windows-Gaming-Configuration | xbOEMAppLayout

XML Example

The following example shows how to set values for customizing the xbOEMAppLayout user interface. This example configures an OEM app tile that displays the Fabrikam logo and label. When a user interacts with the tile in the UI, the C:\Fabrikam\Fabrikam.exe application is launched.

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

Components

OEMInformation