desktop10:File

Specifies an event log DLL within the package.

Element hierarchy

<Package>

    <Extensions>

         <desktop10:Extension>

              <desktop10:CustomDesktopEventLog>

                   <desktop10:CustomEventSource>

                        <desktop10:EventMessageFiles>

                             <desktop10:File>

Syntax

<desktop10:File
  Path = 'A string with a value between 1 and 256 characters in length that must end with ".dll" and cannot contain these characters: <, >, :, ", |, ?, or *.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Path The package-relative path to the event log dll. The path must be unique within the parent EventMessageFiles element. A string between 1 and 256 characters in length that must end with ".dll" and cannot contain these characters: <, >, :, ", |, ?, or *. Yes

Child elements

None.

Parent elements

Parent element Description
desktop10:EventMessageFiles Declares an extensibility point for the app.

Requirements

Item Value
desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
Minimum OS Version Windows 11 version 22H2 (Build 22621)