OemAppIconPath

OemAppIconPath: Specifies the path of a png file that contains the logo of the executable to be surfaced

type: string

Values

path

Parent Hierarchy

Microsoft-Windows-Gaming-Configuration| xbOemAppLayout | OemAppIconPath

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