| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- <?xml version='1.0' encoding='utf-8' standalone='yes'?>
- <instrumentationManifest xmlns="http://schemas.microsoft.com/win/2004/08/events" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events">
- <instrumentation>
- <events>
- <!-- The 'message' attribute is the hierarchy path in Event Viewer -->
- <provider
- guid="{43833e12-078d-4d7d-8aaf-ae8c8520f18c}"
- message="$(string.AppxDeploymentUndockedDeh)"
- messageFileName="WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll"
- name="Microsoft-Windows-AppXDeployment-Server-UndockedDeh"
- resourceFileName="WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll"
- symbol="APPXDEPLOYMENTSERVER_UNDOCKEDDEH_ETW_CONTROL_GUID"
- >
- <channels>
- <!-- The 'message' attribute is the leaf node in the path in Event Viewer -->
- <channel
- chid="Operational"
- enabled="true"
- message="$(string.AppxDeploymentUndockedDeh.Operational)"
- name="Microsoft-Windows-AppXDeployment-Server/Operational"
- type="Operational"
- >
- <logging>
- <!-- max size of the operational log file is 5 MB -->
- <maxSize>5242880</maxSize>
- </logging>
- </channel>
- </channels>
-
- <maps>
- <!-- this must be kept in sync with %SDXROOT%\onecore\admin\appmodel\OSIM\Inc\OSIMRegistration.hpp -->
- <valueMap name="DehPhaseEnumMap">
- <map
- message="$(string.Map.DehPhaseEnumMap.PerUser)"
- value="0"
- />
- <map
- message="$(string.Map.DehPhaseEnumMap.PerMachine)"
- value="1"
- />
- <map
- message="$(string.Map.DehPhaseEnumMap.Singleton)"
- value="2"
- />
- <map
- message="$(string.Map.DehPhaseEnumMap.System)"
- value="3"
- />
- <map
- message="$(string.Map.DehPhaseEnumMap.OneTime)"
- value="4"
- />
- </valueMap>
- </maps>
-
- <tasks>
- <task
- name="AppXDeployment.Task.Server.OSIM"
- symbol="Task_Server_OSIM"
- value="1"
- />
- </tasks>
-
- <templates>
- <template tid="EventLogInstallingManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="EventLogUninstallingManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="EventLogInstalledManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="EventLogUninstalledManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="EventLogSettingActiveManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="EventLogUnsettingActiveManifestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:UnicodeString"
- name="UndockedDehDllParent"
- />
- </template>
- <template tid="LoadExtensionRegistrationTableEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="DllName"
- />
- <data
- inType="win:UnicodeString"
- name="DllPath"
- />
- <data
- inType="win:HexInt32"
- map="DehPhaseEnumMap"
- name="DehPhase"
- />
- </template>
- <template tid="ItemizingDehBaseClassEvaluateRequestEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="DehName"
- />
- <data
- inType="win:HexInt32"
- map="DehPhaseEnumMap"
- name="DehPhase"
- />
- </template>
- <template tid="AddEntryEventStringTemplate">
- <data
- inType="win:AnsiString"
- name="ExceptionWhatString"
- outType="win:Utf8"
- />
- </template>
- <template tid="DehRequestFailureEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="DehAction"
- />
- <data
- inType="win:UnicodeString"
- name="DehName"
- />
- <data
- inType="win:HexInt32"
- map="DehPhaseEnumMap"
- name="DehPhase"
- />
- <data
- inType="win:UInt32"
- name="DehState"
- />
- <data
- inType="win:AnsiString"
- name="ExceptionWhatString"
- outType="win:Utf8"
- />
- </template>
- <template tid="EntryOperationFailureEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="Operation"
- />
- <data
- inType="win:UnicodeString"
- name="EntryName"
- />
- <data
- inType="win:UnicodeString"
- name="SerializedEntry"
- />
- <data
- inType="win:UInt32"
- name="StepCounter"
- />
- <data
- inType="win:AnsiString"
- name="ExceptionWhatString"
- outType="win:Utf8"
- />
- </template>
- <template tid="PackagePairEncounteredEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="DehName"
- />
- <data
- inType="win:HexInt32"
- map="DehPhaseEnumMap"
- name="DehPhase"
- />
- <data
- inType="win:UInt32"
- name="DehState"
- />
- <data
- inType="win:UnicodeString"
- name="IncomingPackage"
- />
- <data
- inType="win:UnicodeString"
- name="OutgoingPackage"
- />
- </template>
- <template tid="EvaluatePackageForDehProcessingEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="Direction"
- />
- <data
- inType="win:UnicodeString"
- name="DehName"
- />
- <data
- inType="win:UnicodeString"
- name="PackageFullName"
- />
- <data
- inType="win:Boolean"
- name="PostOsUpgrade"
- />
- <data
- inType="win:HexInt32"
- map="DehPhaseEnumMap"
- name="DehPhase"
- />
- <data
- inType="win:UInt32"
- name="DehState"
- />
- </template>
- <template tid="FailureWithItemsProgressEventStringTemplate">
- <data
- inType="win:UInt32"
- name="ItemCounter"
- />
- <data
- inType="win:UnicodeString"
- name="ItemName"
- />
- <data
- inType="win:UInt32"
- name="StepCounter"
- />
- </template>
- <template tid="FailureWithItemProgressEventStringTemplate">
- <data
- inType="win:UnicodeString"
- name="ItemName"
- />
- <data
- inType="win:UInt32"
- name="StepCounter"
- />
- </template>
- <template tid="EventLogStackFrameErrorStringTemplate">
- <data
- inType="win:AnsiString"
- name="File"
- outType="win:Utf8"
- />
- <data
- inType="win:UInt32"
- name="Line"
- />
- <data
- inType="win:AnsiString"
- name="ExceptionWhatString"
- outType="win:Utf8"
- />
- </template>
- </templates>
-
- <events>
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogInstallingManifestEvent)"
- symbol="EventLogInstallingManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogInstallingManifestEventStringTemplate"
- value="9000"
- />
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogUninstallingManifestEvent)"
- symbol="EventLogUninstallingManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogUninstallingManifestEventStringTemplate"
- value="9001"
- />
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogInstalledManifestEvent)"
- symbol="EventLogInstalledManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogInstalledManifestEventStringTemplate"
- value="9002"
- />
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogUninstalledManifestEvent)"
- symbol="EventLogUninstalledManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogUninstalledManifestEventStringTemplate"
- value="9003"
- />
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogSettingActiveManifestEvent)"
- symbol="EventLogSettingActiveManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogSettingActiveManifestEventStringTemplate"
- value="9004"
- />
- <event
- channel="Operational"
- level="win:Informational"
- message="$(string.Event.EventLogUnsettingActiveManifestEvent)"
- symbol="EventLogUnsettingActiveManifestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogUnsettingActiveManifestEventStringTemplate"
- value="9005"
- />
- <event
- channel="Operational"
- level="win:Verbose"
- message="$(string.Event.LoadExtensionRegistrationTable)"
- symbol="LoadExtensionRegistrationTableEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="LoadExtensionRegistrationTableEventStringTemplate"
- value="10001"
- />
- <event
- channel="Operational"
- level="win:Verbose"
- message="$(string.Event.ItemizingDehBaseClassEvaluateRequest)"
- symbol="ItemizingDehBaseClassEvaluateRequestEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="ItemizingDehBaseClassEvaluateRequestEventStringTemplate"
- value="10002"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.AddEntryEvent)"
- symbol="AddEntryEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="AddEntryEventStringTemplate"
- value="10003"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.DehRequestFailureEvent)"
- symbol="DehRequestFailureEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="DehRequestFailureEventStringTemplate"
- value="10004"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.EntryOperationFailureEvent)"
- symbol="EntryOperationFailureEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EntryOperationFailureEventStringTemplate"
- value="10005"
- />
- <event
- channel="Operational"
- level="win:Verbose"
- message="$(string.Event.PackagePairEncounteredEvent)"
- symbol="PackagePairEncounteredEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="PackagePairEncounteredEventStringTemplate"
- value="10006"
- />
- <event
- channel="Operational"
- level="win:Verbose"
- message="$(string.Event.EvaluatePackageForDehProcessingEvent)"
- symbol="EvaluatePackageForDehProcessingEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="EvaluatePackageForDehProcessingEventStringTemplate"
- value="10007"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.FailureWithItemsProgressEvent)"
- symbol="FailureWithItemsProgressEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="FailureWithItemsProgressEventStringTemplate"
- value="10008"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.FailureWithItemProgressEvent)"
- symbol="FailureWithItemProgressEvent"
- task="AppXDeployment.Task.Server.OSIM"
- template="FailureWithItemProgressEventStringTemplate"
- value="10009"
- />
- <event
- channel="Operational"
- level="win:Error"
- message="$(string.Event.EventLogStackFrameError)"
- symbol="EventLogStackFrameError"
- task="AppXDeployment.Task.Server.OSIM"
- template="EventLogStackFrameErrorStringTemplate"
- value="10010"
- />
- </events>
-
- </provider>
- </events>
- </instrumentation>
-
- <localization>
- <resources culture="en-US">
- <stringTable>
- <!-- ============================ -->
- <!-- Setup strings -->
- <!-- ============================ -->
-
- <!-- This is the hierarchy path in Event Viewer (Applications and Services Logs/Microsoft/Windows/AppXDeployment-Server-UndockedDeh) -->
- <string
- id="AppxDeploymentUndockedDeh"
- value="Microsoft-Windows-AppXDeployment-Server-UndockedDeh"
- />
- <!-- This is the leaf node in the path in Event Viewer -->
- <string
- id="AppxDeploymentUndockedDeh.Operational"
- value="AppxDeploymentUndockedDeh/Operational"
- />
- <!-- ============================ -->
- <!-- Map strings -->
- <!-- ============================ -->
- <string
- id="Map.DehPhaseEnumMap.PerUser"
- value="PerUser"
- />
- <string
- id="Map.DehPhaseEnumMap.PerMachine"
- value="PerMachine"
- />
- <string
- id="Map.DehPhaseEnumMap.Singleton"
- value="Singleton"
- />
- <string
- id="Map.DehPhaseEnumMap.System"
- value="System"
- />
- <string
- id="Map.DehPhaseEnumMap.OneTime"
- value="OneTime"
- />
- <!-- ============================ -->
- <!-- Error strings -->
- <!-- ============================ -->
- <string
- id="Event.EventLogInstallingManifestEvent"
- value="Installing EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.EventLogUninstallingManifestEvent"
- value="Uninstalling EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.EventLogInstalledManifestEvent"
- value="Installed EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.EventLogUninstalledManifestEvent"
- value="Uninstalled EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.EventLogSettingActiveManifestEvent"
- value="Setting active EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.EventLogUnsettingActiveManifestEvent"
- value="Unsetting active EventLog manifest for package: '%1' (See 'Details' for extended information)"
- />
- <string
- id="Event.LoadExtensionRegistrationTable"
- value="Loading registration table for Undocked DEH dll: %1, Path: %2, Phase: %3"
- />
- <string
- id="Event.ItemizingDehBaseClassEvaluateRequest"
- value="Evaluating request for DEH: DEH '%1' in Phase '%2'"
- />
- <string
- id="Event.AddEntryEvent"
- value="StringAddEntryEvent: %1"
- />
- <string
- id="Event.DehRequestFailureEvent"
- value="Failed performing DEH request: Action '%1' in DEH '%2' in Phase '%3' in State '%4' (See 'Details' for extended information)"
- />
- <string
- id="Event.EntryOperationFailureEvent"
- value="Failed performing operation on entry: Operation '%1' on Entry '%2' (See 'Details' for extended information)"
- />
- <string
- id="Event.PackagePairEncounteredEvent"
- value="Encountered package pair in DEH package evaluation: DEH '%1' in Phase '%2' State '%3' on Incoming Package '%4' and Outgoing Package '%5' (See 'Details' for extended information)"
- />
- <string
- id="Event.EvaluatePackageForDehProcessingEvent"
- value="Encountered package in DEH package evaluation: Direction '%1', DEH '%2', Package '%3', PostOsUpgrade '%4', Phase '%5', State '%6' (See 'Details' for extended information)"
- />
- <string
- id="Event.FailureWithItemsProgressEvent"
- value="Failure working on items: Item count '%1', Current item name '%2', Step counter '%3'"
- />
- <string
- id="Event.FailureWithItemProgressEvent"
- value="Failure working on item: Item '%1', Step counter '%2'"
- />
- <string
- id="Event.EventLogStackFrameError"
- value="Failure at frame: File '%1', Line '%2' (See 'Details' for extended information)"
- />
- </stringTable>
- </resources>
- </localization>
-
- </instrumentationManifest>
|